Skip to content

Commit ba990f7

Browse files
committed
Another hasLocationInfo URL reference fix
1 parent 987b573 commit ba990f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ module API {
142142
* The location spans column `startcolumn` of line `startline` to
143143
* column `endcolumn` of line `endline` in file `filepath`.
144144
* For more information, see
145-
* [Locations](https://help.semmle.com/QL/learn-ql/locations.html).
145+
* [Locations](https://codeql.github.com/docs/writing-codeql-queries/providing-locations-in-codeql-queries/).
146146
*/
147147
predicate hasLocationInfo(
148148
string filepath, int startline, int startcolumn, int endline, int endcolumn

0 commit comments

Comments
 (0)