@@ -239,7 +239,7 @@ svnchurn(
239239 * The location spans column `startcolumn` of line `startline` to
240240 * column `endcolumn` of line `endline` in file `file`.
241241 * For more information, see
242- * [LGTM locations ](https://lgtm. com/docs/ ql/locations).
242+ * [Locations ](https://help.semmle. com/QL/learn- ql/ql/ locations.html ).
243243 */
244244locations_default(
245245 /** The location of an element that is not an expression or a statement. */
@@ -256,7 +256,7 @@ locations_default(
256256 * The location spans column `startcolumn` of line `startline` to
257257 * column `endcolumn` of line `endline` in file `file`.
258258 * For more information, see
259- * [LGTM locations ](https://lgtm. com/docs/ ql/locations).
259+ * [Locations ](https://help.semmle. com/QL/learn- ql/ql/ locations.html ).
260260 */
261261locations_stmt(
262262 /** The location of a statement. */
@@ -273,7 +273,7 @@ locations_stmt(
273273 * The location spans column `startcolumn` of line `startline` to
274274 * column `endcolumn` of line `endline` in file `file`.
275275 * For more information, see
276- * [LGTM locations ](https://lgtm. com/docs/ ql/locations).
276+ * [Locations ](https://help.semmle. com/QL/learn- ql/ql/ locations.html ).
277277 */
278278locations_expr(
279279 /** The location of an expression. */
0 commit comments