This is an automated email from the ASF dual-hosted git repository.

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 629b0cd02c IGNITE-26814 Updated redirections (#267)
629b0cd02c is described below

commit 629b0cd02c77f704c13a91774ef0fc26b1a6d9ee
Author: Alexey Alexandrov <[email protected]>
AuthorDate: Thu Oct 23 14:39:36 2025 +0300

    IGNITE-26814 Updated redirections (#267)
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 3a57c1494b..e4e4d22b05 100644
--- a/.htaccess
+++ b/.htaccess
@@ -190,7 +190,7 @@ RewriteRule ^docs/?$ docs/ignite3/latest/ [R=301,L]
 
 # special handling for /docs/latest
 RewriteRule ^docs/latest/?$ docs/ignite3/latest/ [R=301,L]
-RewriteRule ^docs/latest/(.*)$ docs/ignite2/latest/$1 [R=301,L]
+RewriteRule ^docs/latest/(.*)$ docs/ignite3/latest/$1 [R=301,L]
 
 # add trailing slash for bare ignite2/latest
 RewriteRule ^docs/ignite2/latest$ docs/ignite2/latest/ [R=301,L]

Reply via email to