Skip to content

Commit 71ed551

Browse files
committed
Updated latest and lts urls to 3.24
1 parent 9b824e2 commit 71ed551

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

redirects.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installa
1919
RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installation-installation-enterprise-generic-tarball.html$ https://%{SERVER_NAME}/docs/$1/getting-started-installation-general-installation-installation-enterprise-generic-tarball.html [R]
2020

2121
RewriteRule ^/docs/$ https://%{SERVER_NAME}/lts/ [R]
22-
RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.23/ [R]
23-
RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.23/$1 [R]
24-
RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.21/ [R]
25-
RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.21/$1 [R]
22+
RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.24/ [R]
23+
RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.24/$1 [R]
24+
RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.24/ [R]
25+
RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.24/$1 [R]
2626

2727

2828
# Redirect moved getting started guide:

0 commit comments

Comments
 (0)