Skip to content

Commit 6243c72

Browse files
authored
Merge pull request #861 from jbj/revert-dbscheme-docs
C++: Revert doc-related changes to dbscheme
2 parents 9bfde95 + e81d197 commit 6243c72

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
@@ -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
*/
238238
locations_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
*/
255255
locations_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
*/
272272
locations_expr(
273273
/** The location of an expression. */

0 commit comments

Comments
 (0)