diff --git a/typo3/sysext/extbase/ext_typoscript_setup.txt b/typo3/sysext/extbase/ext_typoscript_setup.txt
index 0817fc8deb166035cab4226de5a14aca69b3a114..125ac94e663398cb955af9fa718111ef0cc9d5c5 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 be45cfb1c6939a86bc6f794b1d7d5770ffb12088..bf4446fd76c587bb9964b029c0e419d46ae986cb 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