diff --git a/Documentation/Reference/ReStructuredText/Links/Documentation.rst b/Documentation/Reference/ReStructuredText/Links/Documentation.rst index e97408b3..1a4d005c 100644 --- a/Documentation/Reference/ReStructuredText/Links/Documentation.rst +++ b/Documentation/Reference/ReStructuredText/Links/Documentation.rst @@ -12,7 +12,7 @@ You can link the following elements in any TYPO3 manual: Headlines, :ref:`confvals ` and :ref:`phpdomain definitions `. It is also possible to put an anchor almost anywhere and then link it. -When an element in a manual can be linked a link symbol will appear when you +When an element in a manual can be linked as permalink a link symbol will appear when you hover it: .. figure:: /_Images/link-headlines.png @@ -26,6 +26,17 @@ appears: Copy the reST reference +When a link to an element in a manual is required outside of permalinks, then an inventory key needs to be used. +See :ref:`Inventory Keys ` . + +reST code with interlink to a TYPO3 official manual: + +.. code-block:: rst + :caption: Reference to the TYPO3 Explained manual's chapter "Settings and Configuration" + + :ref:`Settings and Configuration of TYPO3 websites ` + + The reST code of the reference looks like this: .. code-block:: rst