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 b674964e6c2415e354c94df730ff2861ffc5e3bb..d619d987126ead7e01998b1668d69b7eb1311725 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