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

@@ -233,7 +233,7 @@ svnchurn(
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `file`.
* 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).
*/
locations_default(
/** The location of an element that is not an expression or a statement. */
@@ -250,7 +250,7 @@ locations_default(
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `file`.
* 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).
*/
locations_stmt(
/** The location of a statement. */
@@ -267,7 +267,7 @@ locations_stmt(
* The location spans column `startcolumn` of line `startline` to
* column `endcolumn` of line `endline` in file `file`.
* 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).
*/
locations_expr(
/** The location of an expression. */