Skip to content

Commit a2162ba

Browse files
author
Shati Patel
committed
Docs: Update some more links
1 parent 1a319b0 commit a2162ba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/language/learn-ql/ql-etudes/river-crossing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A solution should be a set of instructions for how to ferry the items, such as "
1717
across the river, and come back with nothing. Then ferry the cabbage across, and come back with ..."
1818

1919
There are lots of ways to approach this problem and implement it in QL. Before you start, make
20-
sure that you are familiar with how to define `classes <https://help.semmle.com/QL/ql-handbook/classes.html>`__
20+
sure that you are familiar with how to define `classes <https://help.semmle.com/QL/ql-handbook/types.html#classes>`__
2121
and `predicates <https://help.semmle.com/QL/ql-handbook/predicates.html>`__ in QL.
2222
The following walkthrough is just one of many possible implementations, so have a go at writing your
2323
own query too! To find more example queries, see the list :ref:`below <alternatives>`.

docs/language/learn-ql/writing-queries/query-help.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ Further information
208208
===================
209209

210210
- To learn more about contributing to the standard QL queries and libraries, see our `Contributing guidelines <https://github.com/Semmle/ql/blob/master/CONTRIBUTING.md>`__ on GitHub.
211-
- To learn more about writing custom queries, and how to format your QL for clarity and consistency, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/ql/writing-queries/writing-queries.html>`__.
211+
- To learn more about writing custom queries, and how to format your QL for clarity and consistency, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/writing-queries/writing-queries.html>`__.

docs/language/ql-handbook/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ For example, you can use monotonic aggregates :ref:`recursively <recursion>`.
399399
You can't do this with normal aggregates.
400400

401401
For more information and examples, see `Monotonic aggregates in QL
402-
<https://help.semmle.com/QL/learn-ql/ql/advanced/monotonic-aggregates.html>`_.
402+
<https://help.semmle.com/QL/learn-ql/advanced/monotonic-aggregates.html>`_.
403403

404404
.. TODO: Eventually replace this link with just the relevant examples.
405405
(Some of the content is a duplicate of the above discussion on aggregates.)

docs/language/ql-handbook/lexical-syntax.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All standard one-line and multiline comments, as described in the `QL language s
1919
compiler and are only visible in the source code.
2020
You can also write another kind of comment, namely **QLDoc comments**. These comments describe
2121
QL entities and are displayed as pop-up information in QL editors. For information about QLDoc
22-
comments, see the `QLDoc specification <https://help.semmle.com/QL/QLDocSpecification.html>`_.
22+
comments, see the `QLDoc specification <https://help.semmle.com/QL/ql-spec/qldoc.html>`_.
2323

2424
The following example uses these three different kinds of comments::
2525

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/ql/beginner/ql-tutorials.html>`_:
243+
were defined in the `QL detective tutorials <https://help.semmle.com/QL/learn-ql/beginner/ql-tutorials.html>`_:
244244

245245
**Villagers.qll**
246246

docs/language/ql-training/slide-snippets/info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To try the examples in this presentation we recommend you download `QL for Eclip
77

88
- If you are new to QL, try the QL language tutorials at `Learning QL <https://help.semmle.com/QL/learn-ql/>`__.
99
- To learn more about the main features of QL, try looking at the `QL language handbook <https://help.semmle.com/QL/ql-handbook/>`__.
10-
- For further information about writing queries in QL, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/ql/writing-queries/writing-queries.html>`__.
10+
- For further information about writing queries in QL, see `Writing QL queries <https://help.semmle.com/QL/learn-ql/writing-queries/writing-queries.html>`__.
1111

1212
**QL queries**
1313

0 commit comments

Comments
 (0)