Skip to content

Commit 7cc1442

Browse files
author
james
committed
Update link text
1 parent a98aae0 commit 7cc1442

39 files changed

+47
-47
lines changed

cpp/ql/src/AlertSuppression.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class SuppressionScope extends ElementBase {
6464
* The location spans column `startcolumn` of line `startline` to
6565
* column `endcolumn` of line `endline` in file `filepath`.
6666
* For more information, see
67-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
67+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
6868
*/
6969
predicate hasLocationInfo(string filepath, int startline, int startcolumn, int endline, int endcolumn) {
7070
this.(SuppressionComment).covers(filepath, startline, startcolumn, endline, endcolumn)

cpp/ql/src/Documentation/CommentedOutCode.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class CommentBlock extends Comment {
127127
* The location spans column `startcolumn` of line `startline` to
128128
* column `endcolumn` of line `endline` in file `filepath`.
129129
* For more information, see
130-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
130+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
131131
*/
132132
predicate hasLocationInfo(string filepath, int startline, int startcolumn, int endline, int endcolumn) {
133133
this.getLocation().hasLocationInfo(filepath, startline, startcolumn, _, _) and

cpp/ql/src/Metrics/Internal/CallableExtents.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class RangeFunction extends Function {
1717
* The location spans column `startcolumn` of line `startline` to
1818
* column `endcolumn` of line `endline` in file `filepath`.
1919
* For more information, see
20-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
20+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
2121
*/
2222
predicate hasLocationInfo(string path, int sl, int sc, int el, int ec) {
2323
super.getLocation().hasLocationInfo(path, sl, sc, _, _)

cpp/ql/src/definitions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Top extends Element {
2323
* The location spans column `startcolumn` of line `startline` to
2424
* column `endcolumn` of line `endline` in file `filepath`.
2525
* For more information, see
26-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
26+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
2727
*/
2828
predicate hasLocationInfo(string filepath,
2929
int startline, int startcolumn,

cpp/ql/src/semmle/code/cpp/File.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ abstract class Container extends Locatable, @container {
3434
* DEPRECATED: Use `getLocation` instead.
3535
* Gets a URL representing the location of this container.
3636
*
37-
* For more information see https://help.semmle.com/QL/learn-ql/ql/locations.html#providing-urls.
37+
* For more information see [Providing URLs](https://help.semmle.com/QL/learn-ql/ql/locations.html#providing-urls).
3838
*/
3939
deprecated abstract string getURL();
4040

cpp/ql/src/semmle/code/cpp/Location.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Location extends @location {
6868
* The location spans column `startcolumn` of line `startline` to
6969
* column `endcolumn` of line `endline` in file `filepath`.
7070
* For more information, see
71-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
71+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
7272
*/
7373
predicate hasLocationInfo(
7474
string filepath, int startline, int startcolumn, int endline, int endcolumn) {

cpp/ql/src/semmle/code/cpp/controlflow/BasicBlocks.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class BasicBlock extends ControlFlowNodeBase {
195195
* The location spans column `startcolumn` of line `startline` to
196196
* column `endcolumn` of line `endline` in file `filepath`.
197197
* For more information, see
198-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
198+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
199199
*
200200
* Yields no result if this basic block spans multiple source files.
201201
*/

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

csharp/ql/src/AlertSuppression.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class SuppressionScope extends @commentline {
5353
* The location spans column `startcolumn` of line `startline` to
5454
* column `endcolumn` of line `endline` in file `filepath`.
5555
* For more information, see
56-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
56+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
5757
*/
5858
predicate hasLocationInfo(
5959
string filepath, int startline, int startcolumn, int endline, int endcolumn

csharp/ql/src/definitions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class Use extends @type_mention_parent {
1515
* The location spans column `startcolumn` of line `startline` to
1616
* column `endcolumn` of line `endline` in file `filepath`.
1717
* For more information, see
18-
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
18+
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
1919
*/
2020
predicate hasLocationInfo(
2121
string filepath, int startline, int startcolumn, int endline, int endcolumn

0 commit comments

Comments
 (0)