This is an automated email from the ASF dual-hosted git repository.
mmuzaf 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 d8c3db7 Update .htaccess file to laster documentation version
d8c3db7 is described below
commit d8c3db7acdc6f1305c44dd0e9766d34ee7d4d036
Author: Maxim Muzafarov <[email protected]>
AuthorDate: Sat Sep 18 23:25:28 2021 +0300
Update .htaccess file to laster documentation version
---
.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index 547b462..62d1ecd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -156,7 +156,7 @@ RewriteRule ^/?(.*)$ https://ignite.apache.org/$1 [L,R=301]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R=301,L]
-RewriteRule ^releases/latest/(.*)$ /releases/2.10.0/$1 [L]
+RewriteRule ^releases/latest/(.*)$ /releases/2.11.0/$1 [L]
RewriteRule ^releases/mobile/(.*)$ /releases/latest/javadoc/$1 [R=301,L]
#redirects all 404 pages under api doc path, to it corresponding index
RewriteCond %{REQUEST_FILENAME} !-f
@@ -168,7 +168,7 @@ RewriteRule
^releases/(.*)/(javadoc|scaladoc|cppdoc|dotnetdoc)/(.*)$ /releases/l
RewriteRule ^docs/?$ /docs/latest/ [R=301,L]
RewriteRule ^docs/latest$ /docs/latest/ [R=301,L]
-RewriteRule ^docs/latest/(.*)$ /docs/2.10.0/$1 [L]
+RewriteRule ^docs/latest/(.*)$ /docs/2.11.0/$1 [L]
#removes trailing slash under docs
RewriteCond %{REQUEST_FILENAME} !-d