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.