Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages c11983ac7 -> 27e6d004a


Fix a broken link in the landing page

### What is this PR for?
Fix a broken link in the landing page

### What type of PR is it?
Documentation

### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. 
[ZEPPELIN-533]

### How should this be tested?
* First time? Setup Travis CI as described on 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed behavior
* Outline any manual steps to test the PR here.

### Screenshots (if appropriate)

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

Author: Jaewon Seo <jae...@zepl.com>

Closes #3051 from Byeol/fix-broken-link and squashes the following commits:

b1f33cc10 [Jaewon Seo] Fix a broken link in the landing page


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

Branch: refs/heads/gh-pages
Commit: 27e6d004ade0afe097a1b86e72cf2415c672c283
Parents: c11983a
Author: Jaewon Seo <jae...@zepl.com>
Authored: Wed Jul 4 14:30:00 2018 +0900
Committer: Lee moon soo <m...@apache.org>
Committed: Wed Jul 4 14:42:14 2018 +0900

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/27e6d004/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index 87f18e5..2950a6e 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -14,7 +14,7 @@
     </div>
     <nav class="navbar-collapse collapse" role="navigation">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/docs/0.8.0/install/install.html">Quick Start</a></li>
+        <li><a href="/docs/0.8.0/quickstart/install.html">Quick Start</a></li>
         <!-- Download -->
         <li class="docs">
           <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Download<b class="caret"></b></a>
@@ -82,7 +82,7 @@
     </div>
     <div class="border row">
       <div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn" 
style="margin-top:8px;">
-        <a href="/docs/0.8.0/install/install.html" class="btn btn-primary 
btn-lg" role="button"
+        <a href="/docs/0.8.0/quickstart/install.html" class="btn btn-primary 
btn-lg" role="button"
            style="margin:5px 25px 5px 25px;font-size:15px;">
           GET STARTED
         </a>

Reply via email to