You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by dm...@apache.org on 2020/12/28 20:24:01 UTC

[ignite-website] branch master updated: updated rewrite for docs/latest/ to 2.9.1 (#60)

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

dmagda 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 2e8cf48  updated rewrite for docs/latest/ to 2.9.1 (#60)
2e8cf48 is described below

commit 2e8cf4815536dd40702b68a07d0fec7a1d6e1e32
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Mon Dec 28 17:23:48 2020 -0300

    updated rewrite for docs/latest/ to 2.9.1 (#60)
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index affe935..2f30edc 100644
--- a/.htaccess
+++ b/.htaccess
@@ -162,7 +162,7 @@ RewriteRule ^releases/(.*)/(javadoc|scaladoc|cppdoc|dotnetdoc)/(.*)$ /releases/l
 #rewrite for user docs .html files
 RewriteRule ^docs/?$ /docs/latest/ [R=301,L]
 RewriteRule ^docs/latest$ /docs/latest/ [R=301,L]
-RewriteRule ^docs/latest/(.*)$ /docs/2.9.0/$1 [L]
+RewriteRule ^docs/latest/(.*)$ /docs/2.9.1/$1 [L]
 
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME}\.html -f