From dfb887797a834c623689838e6d72ffc94377495b Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Thu, 15 Jan 2026 10:12:47 -0600 Subject: [PATCH] ENT-13460: Bump latest version from 3.26 to 3.27 --- redirects.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redirects.conf b/redirects.conf index eba1aa77b..c890a8e79 100644 --- a/redirects.conf +++ b/redirects.conf @@ -19,8 +19,8 @@ RewriteRule ^/docs/(3\.22)/guide-installation-and-configuration-general-installa 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] RewriteRule ^/docs/$ https://%{SERVER_NAME}/lts/ [R] -RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.26/ [R] -RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.26/$1 [R] +RewriteRule ^/latest$ https://%{SERVER_NAME}/docs/3.27/ [R] +RewriteRule ^/latest/(.*)$ https://%{SERVER_NAME}/docs/3.27/$1 [R] RewriteRule ^/lts$ https://%{SERVER_NAME}/docs/lts/ [R] RewriteRule ^/lts/(.*)$ https://%{SERVER_NAME}/docs/lts/$1 [R]