diff options
Diffstat (limited to 'doc/tutorial/narrative-documentation.rst')
-rw-r--r-- | doc/tutorial/narrative-documentation.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/tutorial/narrative-documentation.rst b/doc/tutorial/narrative-documentation.rst index b1f23b0ff..a81204d4c 100644 --- a/doc/tutorial/narrative-documentation.rst +++ b/doc/tutorial/narrative-documentation.rst @@ -91,9 +91,7 @@ you created earlier. Alternatively, you can also add a cross-reference to an arbitrary part of the project. For that, you need to use the :rst:role:`ref` role, and add an -explicit *label* that acts as `a target`__. - -__ https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#hyperlink-targets +explicit *label* that acts as :duref:`a target <hyperlink-targets>`. For example, to reference the "Installation" subsection, add a label right before the heading, as follows: |