Skip to content

Commit 7b6e57e

Browse files
committed
change documentation path
1 parent f83cd1f commit 7b6e57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/y_check_prefer_insert_into.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CLASS y_check_prefer_insert_into IMPLEMENTATION.
2121
settings-pseudo_comment = '"#EC PREF_INSERT_INT' ##NO_TEXT.
2222
settings-disable_threshold_selection = abap_true.
2323
settings-threshold = 0.
24-
settings-documentation = |{ c_docs_path-checks }prefer-insert-into.md|.
24+
settings-documentation = |{ c_docs_path-checks }prefer-insert-into-to-append.md|.
2525

2626
set_check_message( 'Prefer INSERT INTO TABLE to APPEND TO.' ).
2727

0 commit comments

Comments
 (0)