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 2017/07/15 20:55:41 UTC

zeppelin git commit: Broken link on Apache Zeppelin website

Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages ecc83c17b -> a1135cb5b


Broken link on Apache Zeppelin website

### What is this PR for?
problem reported
https://lists.apache.org/thread.html/ad0ccb80a9c4adc404801b4752ff1cb939759c912ce04671c6a40163%3Cdev.zeppelin.apache.org%3E

### What type of PR is it?
Hot Fix

### Todos
* [x] - Make link absolute

### 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 <mo...@apache.org>

Closes #2494 from Leemoonsoo/gh-pages_fix-community-link and squashes the following commits:

0b2f888 [Lee moon soo] Make community link absolute


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

Branch: refs/heads/gh-pages
Commit: a1135cb5b5e815ae7a7cdfb34d0e10b79b516905
Parents: ecc83c1
Author: Lee moon soo <mo...@apache.org>
Authored: Sat Jul 15 09:40:45 2017 +0900
Committer: Lee moon soo <mo...@apache.org>
Committed: Sun Jul 16 05:55:34 2017 +0900

----------------------------------------------------------------------
 _includes/themes/zeppelin/_navigation.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a1135cb5/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html b/_includes/themes/zeppelin/_navigation.html
index cf8a945..3bc5f86 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -44,7 +44,7 @@
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
           <ul class="dropdown-menu">
-            <li><a href="community.html">Contributors</a></li>
+            <li><a href="/community.html">Contributors</a></li>
             <li><a href="https://github.com/apache/zeppelin">GitHub</a></li>
           </ul>
         </li>