From 0d88d9d5bd6ec321c0954a5d3ee2d41404713a0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:30:40 +0100 Subject: [PATCH] [BUGFIX] Fix link (#687) releases: main, 13.4, 12.4 Co-authored-by: lina.wolf --- Documentation/Concepts/Backend/AdminTools/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Concepts/Backend/AdminTools/Index.rst b/Documentation/Concepts/Backend/AdminTools/Index.rst index 558f20fe..0b3b3d08 100644 --- a/Documentation/Concepts/Backend/AdminTools/Index.rst +++ b/Documentation/Concepts/Backend/AdminTools/Index.rst @@ -58,7 +58,7 @@ write access to the file. You can create it like this on: touch config/ENABLE_INSTALL_TOOL -See also :confval:`TYPO3 Explained, ENABLE_INSTALL_TOOL `. +See also :ref:`TYPO3 Explained, ENABLE_INSTALL_TOOL `. You **must** now enter the Install Tool password. If you do not know the install tool password you can generate a new one by entering the desired password. @@ -74,7 +74,7 @@ Open file :file:`config/system/settings.php` and adjust the Install tool password like so: .. code-block:: diff - :caption: config/system/settings.php (Diference) + :caption: config/system/settings.php (Difference)