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

ptupitsyn 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 357354e8d9 IGNITE-27932 Update default docs redirect to ignite3 (#323)
357354e8d9 is described below

commit 357354e8d982fd93a9504bb099811ff2cbcd0bf9
Author: Alexey Alexandrov <[email protected]>
AuthorDate: Fri Feb 20 13:51:14 2026 +0200

    IGNITE-27932 Update default docs redirect to ignite3 (#323)
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to