Skip to content

Commit d83dd22

Browse files
authored
[BUGFIX] Use internal links for Upgrade chapters (#4919)
releases: main, 13.4, 12.4
1 parent a7294f2 commit d83dd22

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

Documentation/ApiOverview/Database/DatabaseUpgrade/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ installation.
4848
.. include:: /Images/AutomaticScreenshots/AdminTools/DatabaseAnalyzer.rst.txt
4949

5050
.. seealso::
51-
For more information about the process of upgrading TYPO3, see the
52-
:ref:`Upgrade Guide <t3install:start>`.
51+
For more information about the process of upgrading TYPO3, see chapter
52+
:ref:`Upgrades <upgrading>`.
5353

5454

5555
.. index::

Documentation/ExtensionArchitecture/FileStructure/ComposerJson.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ reasons:
5757
#. Working with Composer in general is strongly recommended for TYPO3.
5858

5959
If you are not using Composer for your projects yet, see
60-
:ref:`t3install:migratetocomposer` in the "Upgrade Guide".
60+
:ref:`migratetocomposer` in the "Upgrade Guide".
6161

6262

6363
.. _ext-composer-json-minimal:

Documentation/ExtensionArchitecture/HowTo/UpdateExtensions/UpdateWizards/Creation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,5 @@ It is also possible to execute the wizard from the command line:
273273
typo3/sysext/core/bin/typo3 '\\MyVendor\\MyExtension\\Upgrade\\ExampleUpgradeWizard'
274274
275275
.. seealso::
276-
You can find more information about running upgrade wizards in the
277-
:ref:`Upgrade wizard section <t3install:use-the-upgrade-wizard>` of the
278-
Installation Guide.
276+
You can find more information about running upgrade wizards in the section
277+
:ref:`Upgrade wizards <use-the-upgrade-wizard>`.

Documentation/Security/GeneralGuidelines/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ version 11.x.x), a minor update (e.g. from version 11.4.x to version
142142
11.5.11 to 11.5.12).
143143

144144
In most cases, a maintenance/bugfix/security update is a no-brainer,
145-
see :ref:`TYPO3 Installation and Upgrade Guide <t3install:start>`
145+
see chapter ::ref:`Patch/Bugfix updates <t3coreapi:minor>`
146146
for further details.
147147

148148
When you extract the archive file of new TYPO3 sources into the

Documentation/Security/GuidelinesAdministrators/FileDirectoryPermissions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ prerequisite for a secure web application. Well-considered access
1313
permissions on files and directories are an important part of this
1414
strategy. However, too strict permissions may stop TYPO3 from working
1515
properly and/or restrict integrators or editors from using all
16-
features of the CMS. The official
17-
:ref:`TYPO3 Installation and Upgrade Guide <t3install:start>`
16+
features of the CMS. The section
17+
:ref:`TYPO3 administration <t3coreapi:administration>`
1818
provides further information about the install procedure.
1919

2020
We do not need to mention that only privileged system users should

0 commit comments

Comments
 (0)