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

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

commit 718663761c3069b9d4bba01f3612f4d4e1cf474f
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Wed Oct 21 18:47:37 2020 +0300

    Changed rule for docs latest release to 2.9.0
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index f30ce63..adcea49 100644
--- a/.htaccess
+++ b/.htaccess
@@ -152,7 +152,7 @@ RewriteBase /
 RewriteCond %{SERVER_PORT} 80
 RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R=301,L]
 
-RewriteRule ^releases/latest/(.*)$ /releases/2.8.1/$1 [L]
+RewriteRule ^releases/latest/(.*)$ /releases/2.9.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

Reply via email to