Skip to content

Commit 3a00c48

Browse files
author
james
committed
docs: further reading QL tutorials
1 parent 5292051 commit 3a00c48

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

docs/language/learn-ql/beginner/catch-the-fire-starter.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,4 @@ You have found the two fire starters! They are arrested and the villagers are on
147147
Further reading
148148
---------------
149149

150-
- Find out who will be the new ruler of the village in the :doc:`next tutorial <crown-the-rightful-heir>`.
151-
- Learn more about predicates and classes in the `QL language reference <https://help.semmle.com/QL/ql-handbook/index.html>`__.
152-
- Explore the libraries that help you get data about code in :doc:`Learning CodeQL <../../index>`.
150+
.. include:: ../../reusables/codeql-ref-tools-further-reading.rst

docs/language/learn-ql/beginner/cross-the-river.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,9 @@ Here are some more example queries that solve the river crossing puzzle:
262262
#. This query introduces `algebraic datatypes <https://help.semmle.com/QL/ql-handbook/types.html#algebraic-datatypes>`__
263263
to model the situation, instead of defining everything as a subclass of ``string``.
264264

265-
➤ `See solution in the query console on LGTM.com <https://lgtm.com/query/7260748307619718263/>`__
265+
➤ `See solution in the query console on LGTM.com <https://lgtm.com/query/7260748307619718263/>`__
266+
267+
Further reading
268+
---------------
269+
270+
.. include:: ../../reusables/codeql-ref-tools-further-reading.rst

docs/language/learn-ql/beginner/crown-the-rightful-heir.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,4 @@ You could also try writing more of your own QL queries to find interesting facts
161161
Further reading
162162
---------------
163163

164-
- Learn more about recursion in the `QL language reference <https://help.semmle.com/QL/ql-handbook/index.html>`__.
165-
- Put your QL skills to the test and solve the :doc:`River crossing puzzle <cross-the-river>`.
166-
- Start using QL to analyze projects. See :doc:`Learning CodeQL <../../index>` for a summary of the available languages and resources.
164+
.. include:: ../../reusables/codeql-ref-tools-further-reading.rst

docs/language/learn-ql/beginner/find-the-thief.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,4 @@ Have you found the thief?
292292
Further reading
293293
---------------
294294

295-
- Help the villagers track down another criminal in the :doc:`next tutorial <catch-the-fire-starter>`.
296-
- Find out more about the concepts you discovered in this tutorial in the `QL language reference <https://help.semmle.com/QL/ql-handbook/index.html>`__.
297-
- Explore the libraries that help you get data about code in :doc:`Learning CodeQL <../../index>`.
295+
.. include:: ../../reusables/codeql-ref-tools-further-reading.rst

0 commit comments

Comments
 (0)