You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2018/11/03 16:21:52 UTC

zeppelin git commit: [ZEPPELIN-3836] update website url rewrite rule for 0.8.0 release

Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages e44ef7bed -> 8583cf501


[ZEPPELIN-3836] update website url rewrite rule for 0.8.0 release

### What is this PR for?
`https://zeppelin.apache.org/docs/latest` supposed to point latest release version documentation. But it currently points 0.7.3 version doc, instead of 0.8.0.

### What type of PR is it?
Fix

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3836

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Lee moon soo <le...@gmail.com>

Closes #3211 from Leemoonsoo/gh-pages-rewrite_rule_for_0.8 and squashes the following commits:

9f01b45b5 [Lee moon soo] update website url rewrite rule for 0.8.0 doc


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/8583cf50
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/8583cf50
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/8583cf50

Branch: refs/heads/gh-pages
Commit: 8583cf5015857d1f7aca5a08cf2e8c622347b2a2
Parents: e44ef7b
Author: Lee moon soo <le...@gmail.com>
Authored: Tue Oct 30 15:53:01 2018 -0700
Committer: Lee moon soo <mo...@apache.org>
Committed: Sat Nov 3 09:21:49 2018 -0700

----------------------------------------------------------------------
 .htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8583cf50/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index efde503..05916da 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ RewriteRule ^/?docs/0.6.0-(?!SNAPSHOT).*/(.*) /docs/0.6.0/$2  [R=301,L,NE]
 RewriteRule ^/?docs/(0.5.[056])(?!-incubating).*/(.*) /docs/$1-incubating/$3  [R=301,L,NE]
 
 # rewrite docs/latest to latest stable release
-RewriteRule ^/?docs/latest/(.*) /docs/0.7.3/$1  [PT]
+RewriteRule ^/?docs/latest/(.*) /docs/0.8.0/$1  [PT]
 
 # rewrite docs/snapshot to latest snapshot version
-RewriteRule ^/?docs/snapshot/(.*) /docs/0.8.0-SNAPSHOT/$1  [PT]
+RewriteRule ^/?docs/snapshot/(.*) /docs/0.9.0-SNAPSHOT/$1  [PT]