Skip to content

Commit b108047

Browse files
committed
Update code comment link to CodeQL help
1 parent c0dca29 commit b108047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/A16-2-2/PreprocBlock.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PreprocessorBlock extends @element {
4343
* The location spans column `startcolumn` of line `startline` to
4444
* column `endcolumn` of line `endline` in file `filepath`.
4545
* For more information, see
46-
* [LGTM locations](https://lgtm.com/help/ql/locations).
46+
* [CodeQL locations](https://codeql.github.com/docs/writing-codeql-queries/providing-locations-in-codeql-queries/).
4747
*/
4848
predicate hasLocationInfo(
4949
string filepath, int startline, int startcolumn, int endline, int endcolumn

0 commit comments

Comments
 (0)