Rename third detective tutorial

This commit is contained in:
Shati Patel
2020-03-11 01:49:28 +00:00
parent 570e726ab5
commit fdfa2e1aeb
3 changed files with 2 additions and 2 deletions

View File

@@ -147,6 +147,6 @@ You have found the two fire starters! They are arrested and the villagers are on
What next?
----------
- Find out who will be the new ruler of the village in the :doc:`next tutorial <heir>`.
- Find out who will be the new ruler of the village in the :doc:`next tutorial <crown-the-rightful-heir>`.
- Learn more about predicates and classes in the `QL language handbook <https://help.semmle.com/QL/ql-handbook/index.html>`__.
- Explore the libraries that help you get data about code in :doc:`Learning CodeQL <../../index>`.

View File

@@ -18,7 +18,7 @@ Currently the following detective tutorials are available:
- :doc:`Find the thief <find-the-thief>`—a three part mystery that introduces logical connectives, quantifiers, and aggregates
- :doc:`Catch the fire starter <catch-the-fire-starter>`—an intriguing search that introduces predicates and classes
- :doc:`Crown the rightful heir <heir>`—a detective puzzle that introduces recursion
- :doc:`Crown the rightful heir <crown-the-rightful-heir>`—a detective puzzle that introduces recursion
Further resources
-----------------