From 1ead7a8521bae2bc74bd65f68e795754582f6a01 Mon Sep 17 00:00:00 2001 From: Tomita Militaru <militarutomita@gmail.com> Date: Thu, 12 May 2016 15:15:28 +0200 Subject: [PATCH] [BUGFIX] Corrects link to Extbase documentation Replaces old TYPO3 Forge link regarding skip default arguments feature in Extbase to TYPO3 Wiki. Resolves: #75909 Releases: master Change-Id: If4d6cce26c22d296af3404c283a39b6851314394 Reviewed-on: https://review.typo3.org/48105 Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- typo3/sysext/extbase/ext_typoscript_setup.txt | 2 +- typo3/sysext/extensionmanager/ext_typoscript_setup.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/extbase/ext_typoscript_setup.txt b/typo3/sysext/extbase/ext_typoscript_setup.txt index 0817fc8deb16..125ac94e6633 100644 --- a/typo3/sysext/extbase/ext_typoscript_setup.txt +++ b/typo3/sysext/extbase/ext_typoscript_setup.txt @@ -92,7 +92,7 @@ config.tx_extbase { } } features { - # if enabled, default controller and/or action is skipped when creating URIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc/wiki/Skip_default_arguments_in_URIs) + # if enabled, default controller and/or action is skipped when creating URIs through the URI Builder (see https://wiki.typo3.org/Skip_default_arguments_in_URIs) skipDefaultArguments = 0 # if set to 1, the enable fields are ignored in BE context ignoreAllEnableFieldsInBe = 0 diff --git a/typo3/sysext/extensionmanager/ext_typoscript_setup.txt b/typo3/sysext/extensionmanager/ext_typoscript_setup.txt index be45cfb1c693..bf4446fd76c5 100644 --- a/typo3/sysext/extensionmanager/ext_typoscript_setup.txt +++ b/typo3/sysext/extensionmanager/ext_typoscript_setup.txt @@ -3,7 +3,7 @@ module.tx_extensionmanager { repositoryUid = 1 } features { - # if enabled, default controller and/or action is skipped when creating URIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc/wiki/Skip_default_arguments_in_URIs) + # if enabled, default controller and/or action is skipped when creating URIs through the URI Builder (see https://wiki.typo3.org/Skip_default_arguments_in_URIs) skipDefaultArguments = 0 } } \ No newline at end of file -- GitLab