From c652449fc130d8f50e05ca88cdcd8c23440a5769 Mon Sep 17 00:00:00 2001
From: Lina Wolf <noreply@example.com>
Date: Thu, 7 Jul 2022 09:47:08 +0000
Subject: [PATCH] [DOCS] Replace non-working absolute doc link with reference
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Releases: main, 11.5, 10.4
Resolves: #97867
Change-Id: I5948ff1ab539d6f90da9034fdd05c104ea344c25
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75057
Tested-by: core-ci <typo3@b13.com>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
---
 ...recation-85977-ExtbaseCommandControllersAndCliAnnotation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst
index b674964e6c24..d619d987126e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst
@@ -44,7 +44,7 @@ Migrate custom commands within CommandControllers as symfony commands as TYPO3 C
 definitions on what parameters will be available.
 
 See documentation https://symfony.com/doc/current/console.html and
-https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/BackendModules/CliScripts/Index.html for detailed
+:ref:`t3coreapi:symfony-console-commands` for detailed
 descriptions on how to write Console Commands and how to integrate them into TYPO3.
 
 Think twice whether you need all of Extbase's power of Dependency Injection (ObjectManager / ObjectContainer) and Domain
-- 
GitLab