From b1e34a543ef842edced993a6d32846a6fe4abbfd Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sat, 24 Feb 2024 11:30:59 +0100 Subject: [PATCH] [BUGFIX] Fix References --- Documentation/PageTsconfig/TceMain.rst | 2 +- Documentation/UsingSetting/Conditions.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/PageTsconfig/TceMain.rst b/Documentation/PageTsconfig/TceMain.rst index a7343de0..5fec74be 100644 --- a/Documentation/PageTsconfig/TceMain.rst +++ b/Documentation/PageTsconfig/TceMain.rst @@ -227,7 +227,7 @@ linkHandler title in the linkbrowser. It then saves the link in the format `t3://record?identifier=my_content&uid=123`. To render the link in the frontend you need to define the same key in the TypoScript setup - :ref:`config.recordLinks `. + :ref:`config.recordLinks `. .. tip:: For a complete example see also the :ref:`Record link tutorial diff --git a/Documentation/UsingSetting/Conditions.rst b/Documentation/UsingSetting/Conditions.rst index 43aac7e2..a788df49 100644 --- a/Documentation/UsingSetting/Conditions.rst +++ b/Documentation/UsingSetting/Conditions.rst @@ -747,15 +747,15 @@ site() site("languages") Returns array of available languages for current site. - For deeper information, see :ref:`condition-functions-in-frontend-context-function-siteLanguage`. + For deeper information, see :ref:`t3tsref:condition-functions-in-frontend-context-function-siteLanguage`. site("allLanguages") Returns array of available and unavailable languages for current site. - For deeper information, see :ref:`condition-functions-in-frontend-context-function-siteLanguage`. + For deeper information, see :ref:`t3tsref:condition-functions-in-frontend-context-function-siteLanguage`. site("defaultLanguage") Returns the default language for current site. - For deeper information, see :ref:`condition-functions-in-frontend-context-function-siteLanguage`. + For deeper information, see :ref:`t3tsref:condition-functions-in-frontend-context-function-siteLanguage`. site("configuration") Returns an array with all available configuration for current site.