@@ -6,7 +6,7 @@ import go
66 * A location as given by a file, a start line, a start column,
77 * an end line, and an end column.
88 *
9- * For more information about locations see [LGTM locations ](https://lgtm. com/help/ql/ locations).
9+ * For more information about locations see [Locations ](https://codeql.github. com/docs/writing-codeql-queries/providing- locations-in-codeql-queries/ ).
1010 */
1111class Location extends @location {
1212 /** Gets the file for this location. */
@@ -40,7 +40,7 @@ class Location extends @location {
4040 * The location spans column `startcolumn` of line `startline` to
4141 * column `endcolumn` of line `endline` in file `filepath`.
4242 * For more information, see
43- * [LGTM locations ](https://lgtm. com/help/ql/ locations).
43+ * [Locations ](https://codeql.github. com/docs/writing-codeql-queries/providing- locations-in-codeql-queries/ ).
4444 */
4545 predicate hasLocationInfo (
4646 string filepath , int startline , int startcolumn , int endline , int endcolumn
@@ -68,7 +68,7 @@ class Locatable extends @locatable {
6868 * The location spans column `startcolumn` of line `startline` to
6969 * column `endcolumn` of line `endline` in file `filepath`.
7070 * For more information, see
71- * [LGTM locations ](https://lgtm. com/help/ql/ locations).
71+ * [Locations ](https://codeql.github. com/docs/writing-codeql-queries/providing- locations-in-codeql-queries/ ).
7272 */
7373 predicate hasLocationInfo (
7474 string filepath , int startline , int startcolumn , int endline , int endcolumn
0 commit comments