Skip to content

Commit 31c3487

Browse files
committed
Fix warning about "Anonymous hyperlink mismatch"
1 parent 3c17ac4 commit 31c3487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-training/slide-snippets/local-data-flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ So all references will need to be qualified (that is, ``DataFlow::Node``)
112112
A **module** is a way of organizing QL code by grouping together related predicates, classes, and (sub-)modules. They can be either explicitly declared or implicit. A query library implicitly declares a module with the same name as the QLL file.
113113

114114
For further information on libraries and modules in QL, see the chapter on `Modules <https://codeql.github.com/docs/ql-language-reference/modules/>`__ in the QL language reference.
115-
For further information on importing QL libraries and modules, see the chapter on `Name resolution <>`__ in the QL language reference.
115+
For further information on importing QL libraries and modules, see the chapter on `Name resolution <https://codeql.github.com/docs/ql-language-reference/name-resolution/>`__ in the QL language reference.
116116

117117
Data flow graph
118118
===============

0 commit comments

Comments
 (0)