From 3634e75c2d1c89ffe99a740bf4aab77873892243 Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Wed, 2 Jul 2025 11:51:53 +0200 Subject: [PATCH 1/4] Fix broken link in getting started --- Documentation/Installation/Updates/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation/Updates/Index.rst b/Documentation/Installation/Updates/Index.rst index 6bf16c72..199fe72f 100644 --- a/Documentation/Installation/Updates/Index.rst +++ b/Documentation/Installation/Updates/Index.rst @@ -111,7 +111,7 @@ Extension updates ================= In a TYPO3 instance you have usually third party extensions installed. When you update your TYPO3 version, you -have to update the third-party extensions too. In the **`TYPO3 Extension Repository (TER) `__** +have to update the third-party extensions too. In the ** `TYPO3 Extension Repository (TER) `__ ** you can enter the name of that extension and get information about supported TYPO3 versions. Some extension authors prefer to only publish their extensions on `packagist `__. When the extension does not exist for the current TYPO3 version you can create an From bc2aef6de37b9ba0f6aced6a76c9ef666238ee46 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Fri, 4 Jul 2025 10:46:45 +0200 Subject: [PATCH 2/4] [TASK] Fix interlink error Releases: main --- Documentation/Installation/DeployTYPO3.rst | 2 +- Documentation/Installation/Updates/Index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Installation/DeployTYPO3.rst b/Documentation/Installation/DeployTYPO3.rst index c8e0cd28..e334cac3 100644 --- a/Documentation/Installation/DeployTYPO3.rst +++ b/Documentation/Installation/DeployTYPO3.rst @@ -1,7 +1,7 @@ .. include:: /Includes.rst.txt .. index:: deployment, composer, production setup -.. _deploytypo3: +.. _DeployTYPO3: .. _deployment: =============== diff --git a/Documentation/Installation/Updates/Index.rst b/Documentation/Installation/Updates/Index.rst index 199fe72f..03f10b70 100644 --- a/Documentation/Installation/Updates/Index.rst +++ b/Documentation/Installation/Updates/Index.rst @@ -111,7 +111,7 @@ Extension updates ================= In a TYPO3 instance you have usually third party extensions installed. When you update your TYPO3 version, you -have to update the third-party extensions too. In the ** `TYPO3 Extension Repository (TER) `__ ** +have to update the third-party extensions too. In the **TER**, `TYPO3 Extension Repository `__, you can enter the name of that extension and get information about supported TYPO3 versions. Some extension authors prefer to only publish their extensions on `packagist `__. When the extension does not exist for the current TYPO3 version you can create an From 82be373e1775f85bcaf97b3f6c69ad10020e3db7 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Fri, 4 Jul 2025 11:00:42 +0200 Subject: [PATCH 3/4] [TASK] Fix interlink error Releases: main --- Documentation/Installation/DeployTYPO3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation/DeployTYPO3.rst b/Documentation/Installation/DeployTYPO3.rst index e334cac3..1058a8a4 100644 --- a/Documentation/Installation/DeployTYPO3.rst +++ b/Documentation/Installation/DeployTYPO3.rst @@ -74,4 +74,4 @@ Automatic deployment ==================== There are multiple tools that can be used to automate deployment. Read more -about it: :ref:`TYPO3 Explained, automatic deployment `. +about it: :ref:`TYPO3 Explained, automatic deployment `. From 4909ace8792406b714a743da8d65e100fcd66b5d Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Fri, 4 Jul 2025 17:40:55 +0200 Subject: [PATCH 4/4] Update Documentation/Installation/DeployTYPO3.rst --- Documentation/Installation/DeployTYPO3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation/DeployTYPO3.rst b/Documentation/Installation/DeployTYPO3.rst index 1058a8a4..d9a38148 100644 --- a/Documentation/Installation/DeployTYPO3.rst +++ b/Documentation/Installation/DeployTYPO3.rst @@ -1,7 +1,7 @@ .. include:: /Includes.rst.txt .. index:: deployment, composer, production setup -.. _DeployTYPO3: +.. _deploytypo3: .. _deployment: ===============