Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages 675327103 -> f50d9de59


[DOC][HOTFIX] Fix latest version typo

### What is this PR for?
Fix version typo in nav menu from 0.7.1 to 0.7.2

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

### Todos
* [ ] - Task

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

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

Closes #2408 from minahlee/fix/navMenu and squashes the following commits:

b6eef77b [Mina Lee] Fix latest version typo


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

Branch: refs/heads/gh-pages
Commit: f50d9de59b0b5ad0722c1fffdec50d20e09a8653
Parents: 6753271
Author: Mina Lee <mina...@apache.org>
Authored: Tue Jun 13 09:51:49 2017 -0700
Committer: Mina Lee <mina...@apache.org>
Committed: Tue Jun 13 10:01:19 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/f50d9de5/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/zeppelin/_navigation.html 
b/_includes/themes/zeppelin/_navigation.html
index fc02e15..a9280d2 100644
--- a/_includes/themes/zeppelin/_navigation.html
+++ b/_includes/themes/zeppelin/_navigation.html
@@ -32,7 +32,7 @@
               <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.7.2">0.7.1</a></li>
+                <li><a href="/docs/0.7.2">0.7.2</a></li>
                 <li><a href="/docs/0.7.1">0.7.1</a></li>
                 <li><a href="/docs/0.6.2">0.6.2</a></li>
                 <li><a href="/docs/0.6.1">0.6.1</a></li>

Reply via email to