Update link text

This commit is contained in:
james
2019-01-30 09:44:07 +00:00
parent a98aae0a24
commit 7cc1442ecb
39 changed files with 47 additions and 47 deletions

View File

@@ -33,7 +33,7 @@ class Container extends @container, Top {
/**
* Gets a URL representing the location of this container.
*
* For more information see https://help.semmle.com/QL/learn-ql/ql/locations.html#providing-urls.
* For more information see [Providing URLs](https://help.semmle.com/QL/learn-ql/ql/locations.html#providing-urls).
*/
abstract string getURL();

View File

@@ -57,7 +57,7 @@ class Top extends @top {
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `filepath`.
* For more information, see
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
*/
predicate hasLocationInfo(
string filepath, int startline, int startcolumn, int endline, int endcolumn
@@ -150,7 +150,7 @@ class Location extends @location {
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `filepath`.
* For more information, see
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
*/
predicate hasLocationInfo(
string filepath, int startline, int startcolumn, int endline, int endcolumn

View File

@@ -14,7 +14,7 @@ abstract class XMLLocatable extends @xmllocatable {
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `filepath`.
* For more information, see
* [LGTM locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
* [Locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
*/
predicate hasLocationInfo(
string filepath, int startline, int startcolumn, int endline, int endcolumn