You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by al...@apache.org on 2023/05/05 07:08:58 UTC

[ignite-website] branch master updated: IGNITE-19414 Update "latest" docs reference

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


The following commit(s) were added to refs/heads/master by this push:
     new d7ef10dedd IGNITE-19414 Update "latest" docs reference
d7ef10dedd is described below

commit d7ef10dedd6d104074245b4ab32dac1bb8bb5f4c
Author: Aleksey Plekhanov <pl...@gmail.com>
AuthorDate: Fri May 5 10:08:49 2023 +0300

    IGNITE-19414 Update "latest" docs reference
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index ec5673a011..cb47571b7c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -181,7 +181,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.14.0/$1 [L]
+RewriteRule ^docs/latest/(.*)$ /docs/2.15.0/$1 [L]
 
 #removes trailing slash under docs
 RewriteCond %{REQUEST_FILENAME} !-d