Skip to content

Commit 832a436

Browse files
committed
Revert "C++: Revert doc-related changes to dbscheme"
This reverts commit e81d197.
1 parent e55dc43 commit 832a436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/ql/src/semmlecode.cpp.dbscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*/
244244
locations_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
*/
261261
locations_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
*/
278278
locations_expr(
279279
/** The location of an expression. */

0 commit comments

Comments
 (0)