diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst
index b8f6d2ad1ca9d051c1ddd708a2dfa3afc22dc8df..ddbb29dd9ca697128473e32b9113872c88392030 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst
@@ -81,8 +81,7 @@ editor.config
       editor.config.contentsCss:
         - "EXT:rte_ckeditor/Resources/Public/Css/contents.css"
 
-   This is the default, as defined in `EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml
-   <https://github.com/typo3/typo3/blob/main/typo3/sysext/rte_ckeditor/Configuration/RTE/Editor/Base.yaml>`__.
+   This is the default, as defined in :t3src:`rte_ckeditor/Configuration/RTE/Editor/Base.yaml`.
 
    .. note::
       When adding custom styling and fonts, all CSS declarations need to be
@@ -113,7 +112,7 @@ editor.config
 
 .. option:: editor.config.importModules
 
-   Imports custom CKEditor plugins. See :file:`EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml`
+   Imports custom CKEditor plugins. See :t3src:`rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml`
    or :ref:`How do I create a custom plugin? <config-example-customplugin>`
    for examples.