Fix hasLocationInfo URL reference

Follow up to https://github.com/github/codeql/pull/5830
This commit is contained in:
Rasmus Wriedt Larsen
2021-09-29 13:47:58 +02:00
parent 8dcf7926de
commit 987b573709
89 changed files with 128 additions and 128 deletions

View File

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