Replace help.semmle.com links by codeql.github.com links

This commit is contained in:
Jeroen Ketema
2022-04-22 20:39:51 +02:00
parent a4711206c8
commit 79164056d1
4 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ module Routing {
* 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