You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by co...@apache.org on 2016/06/15 03:48:53 UTC

zeppelin git commit: [DOCS] Fix link to specific doc from release page

Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages ab37941a3 -> 2609c4801


[DOCS] Fix link to specific doc from release page

### What is this PR for?
Link to docs in [release note](http://zeppelin.apache.org/releases/zeppelin-release-0.5.6-incubating.html) page leads to http://zeppelin.apache.org/releases/docs/0.5.6-incubating instead of http://zeppelin.apache.org/docs/0.5.6-incubating

### What type of PR is it?
Documentation

### Screenshots (if appropriate)
**Before**
<img width="940" alt="screen shot 2016-06-13 at 12 08 29 am" src="https://cloud.githubusercontent.com/assets/8503346/15999615/cfabef62-30fb-11e6-92a4-488942f374b4.png">

**After**
<img width="937" alt="screen shot 2016-06-13 at 12 14 12 am" src="https://cloud.githubusercontent.com/assets/8503346/15999625/e12e6ef4-30fb-11e6-8c6c-8c07698d560b.png">

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

Author: Mina Lee <mi...@apache.org>

Closes #1003 from minahlee/fix/docLink and squashes the following commits:

c4c2f6c [Mina Lee] fix link to specific doc from release page


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

Branch: refs/heads/gh-pages
Commit: 2609c48015f388a330ee0e7c0180642539d884ed
Parents: ab37941
Author: Mina Lee <mi...@apache.org>
Authored: Mon Jun 13 00:11:40 2016 -0700
Committer: Damien CORNEAU <co...@gmail.com>
Committed: Wed Jun 15 12:48:39 2016 +0900

----------------------------------------------------------------------
 _includes/themes/zeppelin/_navigation.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2609c480/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html
index acf4719..07944bc 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -28,12 +28,12 @@
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu">
                 <li><span><b>Release</b><span></li>
-                <li><a href="docs/0.5.6-incubating">0.5.6-incubating</a></li>
-                <li><a href="docs/0.5.5-incubating">0.5.5-incubating</a></li>
-                <li><a href="docs/0.5.0-incubating">0.5.0-incubating</a></li>
+                <li><a href="/docs/0.5.6-incubating">0.5.6-incubating</a></li>
+                <li><a href="/docs/0.5.5-incubating">0.5.5-incubating</a></li>
+                <li><a href="/docs/0.5.0-incubating">0.5.0-incubating</a></li>
                 <li role="separator" class="divider"></li>
                 <li><span><b>Snapshot</b>&nbsp;(development)<span></li>                
-                <li><a href="docs/0.6.0-SNAPSHOT">0.6.0-SNAPSHOT</a></li>
+                <li><a href="/docs/0.6.0-SNAPSHOT">0.6.0-SNAPSHOT</a></li>
               </ul>
             </li>