Skip to content

Commit 3c80690

Browse files
committed
Fix link syntax
1 parent 1004635 commit 3c80690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Here is the first example above, converted into a path query:
392392
select fileAccess.getNode(), input, fileAccess, "This file access uses data from $@.",
393393
input, "user-controllable input."
394394
395-
For more information, see ":doc:`Creating path queries <creating-path-queries>`".
395+
For more information, see "`Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__".
396396

397397
Further reading
398398
---------------

0 commit comments

Comments
 (0)