@@ -233,7 +233,7 @@ svnchurn(
233233 * The location spans column `startcolumn` of line `startline` to
234234 * column `endcolumn` of line `endline` in file `file`.
235235 * For more information, see
236- * [Locations ](https://help.semmle. com/QL/learn- ql/ql/ locations.html ).
236+ * [LGTM locations ](https://lgtm. com/docs/ ql/locations).
237237 */
238238locations_default(
239239 /** The location of an element that is not an expression or a statement. */
@@ -250,7 +250,7 @@ locations_default(
250250 * The location spans column `startcolumn` of line `startline` to
251251 * column `endcolumn` of line `endline` in file `file`.
252252 * For more information, see
253- * [Locations ](https://help.semmle. com/QL/learn- ql/ql/ locations.html ).
253+ * [LGTM locations ](https://lgtm. com/docs/ ql/locations).
254254 */
255255locations_stmt(
256256 /** The location of a statement. */
@@ -267,7 +267,7 @@ locations_stmt(
267267 * The location spans column `startcolumn` of line `startline` to
268268 * column `endcolumn` of line `endline` in file `file`.
269269 * For more information, see
270- * [Locations ](https://help.semmle. com/QL/learn- ql/ql/ locations.html ).
270+ * [LGTM locations ](https://lgtm. com/docs/ ql/locations).
271271 */
272272locations_expr(
273273 /** The location of an expression. */
0 commit comments