We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45724ab commit 8cac490Copy full SHA for 8cac490
config/nginx/redirects.conf
@@ -1151,11 +1151,6 @@ location /typo3cms/extensions/ {
1151
rewrite ^/typo3cms/extensions/([^/]+)(/stable/?)? https://extensions.typo3.org/extension/$1 redirect;
1152
}
1153
1154
-# Redirect of by-laws due to broken documentation rendering
1155
-location = /permalink/guide-policy:bylaws {
1156
- return 303 /permalink/policy:bylaws;
1157
-}
1158
-
1159
#################################
1160
# Third-party extension redirects
1161
0 commit comments