@@ -23,7 +23,7 @@ Therefore they are usually done in the file
2323 that switch to the :ref: `simplified backend templating <changelog:feature-96812 >`
2424 no longer use the frontend TypoScript based override approach. This has been
2525 superseded by a general override strategy based on TSconfig:
26- :ref: `templates <t3tsconfig: pagetemplates >`.
26+ :ref: `templates <pagetemplates >`.
2727
2828.. _module-options :
2929
@@ -33,7 +33,7 @@ Options for simple backend modules
3333.. warning ::
3434 It is strongly recommended not to use TypoScript in custom **backend modules **, for example
3535 :typoscript: `module.tx_myextension `. Use custom
36- :ref: `Page TSconfig in namespace tx_* <t3tsconfig: page-tsconfig-extension-namespace >`
36+ :ref: `Page TSconfig in namespace tx_* <page-tsconfig-extension-namespace >`
3737 instead.
3838
3939The configuring backend modules via frontend TypoScript
@@ -82,7 +82,7 @@ view.templateRootPaths
8282 that switch to the :ref: `simplified backend templating <changelog:feature-96812 >`
8383 no longer use the frontend TypoScript based override approach. This has been
8484 superseded by a general override strategy based on TSconfig:
85- :ref: `templates <t3tsconfig: pagetemplates >`.
85+ :ref: `templates <pagetemplates >`.
8686
8787 Used to define several paths for templates, which are executed in reverse
8888 order (the paths are searched from bottom to top). The first folder where
@@ -120,7 +120,7 @@ view.partialRootPaths
120120 that switch to the :ref: `simplified backend templating <changelog:feature-96812 >`
121121 no longer use the frontend TypoScript based override approach. This has been
122122 superseded by a general override strategy based on TSconfig:
123- :ref: `templates <t3tsconfig: pagetemplates >`.
123+ :ref: `templates <pagetemplates >`.
124124
125125 Used to define several paths for partials, which will be executed in reverse
126126 order. The first folder where the desired partial is found, is used. The
0 commit comments