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 2016/05/19 18:33:19 UTC

incubator-zeppelin git commit: Fix link to r interpreter doc

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 0e719dff5 -> 5a1f74f0d


Fix link to r interpreter doc

### What is this PR for?
This PR is hot fix for broken link to r interpreter doc

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

### Todos
* [x] - Fix link

### How should this be tested?
This changes link address from
http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/interpreter/R.html
to
http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/interpreter/r.html

### 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: Lee moon soo <mo...@apache.org>

Closes #898 from Leemoonsoo/fix_menu_link and squashes the following commits:

07126d3 [Lee moon soo] Fix link to r interpreter doc


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

Branch: refs/heads/master
Commit: 5a1f74f0d19a2915895c13902d7d75bcaf518794
Parents: 0e719df
Author: Lee moon soo <mo...@apache.org>
Authored: Wed May 18 14:09:39 2016 -0700
Committer: Lee moon soo <mo...@apache.org>
Committed: Thu May 19 11:34:08 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5a1f74f0/docs/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html
index 53728a9..828efba 100644
--- a/docs/_includes/themes/zeppelin/_navigation.html
+++ b/docs/_includes/themes/zeppelin/_navigation.html
@@ -56,7 +56,7 @@
                 <li><a href="{{BASE_PATH}}/interpreter/lens.html">Lens</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/markdown.html">Markdown</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/postgresql.html">Postgresql, hawq</a></li>
-                <li><a href="{{BASE_PATH}}/interpreter/R.html">R</a></li>
+                <li><a href="{{BASE_PATH}}/interpreter/r.html">R</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="{{BASE_PATH}}/pleasecontribute.html">Shell</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/spark.html">Spark</a></li>
@@ -109,4 +109,4 @@
           </ul>
         </nav><!--/.navbar-collapse -->
       </div>
-    </div>
\ No newline at end of file
+    </div>