Skip to content

Commit 3d22755

Browse files
Changed lts redirect
Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
1 parent e3bd40f commit 3d22755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redirects.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installa
2121
RewriteRule ^/docs/$ https://%{SERVER_NAME}/lts/ [R]
2222
RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.26/ [R]
2323
RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.26/$1 [R]
24-
RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/3.24/ [R]
25-
RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/3.24/$1 [R]
24+
RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/lts/ [R]
25+
RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/lts/$1 [R]
2626

2727

2828
# Redirect moved getting started guide:

0 commit comments

Comments
 (0)