update links to locations in .qll files

This commit is contained in:
james
2019-01-29 17:06:24 +00:00
parent d776d9f903
commit 9d1a050f35
27 changed files with 33 additions and 33 deletions

View File

@@ -127,7 +127,7 @@ class CommentedOutCode extends Comment {
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `filepath`.
* For more information, see
* [LGTM locations](https://lgtm.com/help/ql/locations).
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
*/
predicate hasLocationInfo(
string filepath, int startline, int startcolumn, int endline, int endcolumn