update links to locations in .ql files

This commit is contained in:
james
2019-01-30 07:49:54 +00:00
parent 9d1a050f35
commit 81137aa7b4
10 changed files with 10 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ class SuppressionScope extends @javadoc {
* 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