Skip to content

Commit a98aae0

Browse files
author
james
committed
update links to lgtm.com/docs
1 parent 81137aa commit a98aae0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-
* [LGTM locations](https://lgtm.com/docs/ql/locations).
236+
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
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-
* [LGTM locations](https://lgtm.com/docs/ql/locations).
253+
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
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-
* [LGTM locations](https://lgtm.com/docs/ql/locations).
270+
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
271271
*/
272272
locations_expr(
273273
/** The location of an expression. */

csharp/ql/src/external/CodeDuplication.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private string relativePath(File file) { result = file.getRelativePath().replace
66
* Holds if the `index`-th token of block `copy` is in file `file`, spanning
77
* column `sc` of line `sl` to column `ec` of line `el`.
88
*
9-
* For more information, see [LGTM locations](https://lgtm.com/docs/ql/locations).
9+
* For more information, see [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
1010
*/
1111
pragma[nomagic]
1212
predicate tokenLocation(File file, int sl, int sc, int ec, int el, Copy copy, int index) {

0 commit comments

Comments
 (0)