Skip to content

Commit 30e41dd

Browse files
author
Shati Patel
committed
Update references to QL tutorials
1 parent 8c5580f commit 30e41dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/language/learn-ql/introduction-to-ql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ Java
163163
Learning CodeQL
164164
---------------
165165

166-
- To find out more about how to write your own queries, try working through the :doc:`QL detective tutorials <beginner/ql-tutorials>`.
166+
- To find out more about how to write your own queries, try working through the :doc:`QL tutorials <beginner/ql-tutorials>`.
167167
- For an overview of the other available resources, see :doc:`Learning CodeQL <../index>`.
168168
- For a more technical description of the underlying language, see :doc:`About QL <about-ql>`.

docs/language/ql-handbook/name-resolution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ and the global namespaces. (You can think of global namespaces as the enclosing
240240
Let's see what the module, type, and predicate namespaces look like in a concrete example:
241241

242242
For example, you could define a library module ``Villagers`` containing some of the classes and predicates that
243-
were defined in the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/beginner/ql-tutorials.html>`_:
243+
were defined in the `QL tutorials <https://help.semmle.com/QL/learn-ql/beginner/ql-tutorials.html>`_:
244244

245245
**Villagers.qll**
246246

0 commit comments

Comments
 (0)