Skip to content

Commit 8605e88

Browse files
Correct documentation address (#271)
1 parent ae93a9b commit 8605e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checks/y_check_cx_root_usage.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CLASS y_check_cx_root_usage IMPLEMENTATION.
2525
settings-pseudo_comment = '"#EC NEED_CX_ROOT' ##NO_TEXT.
2626
settings-disable_threshold_selection = abap_true.
2727
settings-threshold = 0.
28-
settings-documentation = |{ c_docs_path-checks }cx_root_usage.md|.
28+
settings-documentation = |{ c_docs_path-checks }cx-root-usage.md|.
2929

3030
set_check_message( 'CX_ROOT should not be used!' ).
3131
ENDMETHOD.

0 commit comments

Comments
 (0)