Skip to content

Commit

Permalink
Update config/nginx/redirects.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Oct 18, 2024
1 parent ee0322f commit 9625fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ location ~ ^/m/typo3/tutorial-getting-started/(main|13.4|12.4)/en-us/UserManagem
return 303 https://docs.typo3.org/m/typo3/reference-coreapi/$1/en-us/Administration/UserManagement/$2;
}
location ~ ^/m/typo3/tutorial-getting-started/(main|13.4|12.4)/en-us/PermissionsManagement/(.*) {
return 303 https://docs.typo3.org/m/typo3/reference-coreapi/$1/en-us/Administration/PermissionsManagement/$2
return 303 https://docs.typo3.org/m/typo3/reference-coreapi/$1/en-us/Administration/PermissionsManagement/$2;
}

# TYPO3 release integrity guide as requestes by ohader
Expand Down

0 comments on commit 9625fbe

Please sign in to comment.