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/01/19 05:13:41 UTC

incubator-zeppelin git commit: Fix a Link for 'User Guide' in README.md

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 08e22f364 -> e246aa9f9


Fix a Link for 'User Guide' in README.md

### What is this PR for?
Just fixed a dead link in Zeppelin `README.md` file.

### What type of PR is it?
Documentation

### Todos
* [x] - Change a link `http://zeppelin.incubator.apache.org/docs/index.html` to `http://zeppelin.incubator.apache.org/docs/latest/index.html`.

### Is there a relevant Jira issue?
No

### How should this be tested?
Just click the <code> **Documentation:** User Guide </code> in Zeppelin `README.md`.

### 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: Ryu Ah young <fb...@hanmail.net>

Closes #651 from AhyoungRyu/Fix-README and squashes the following commits:

2e27cf1 [Ryu Ah young] Fix a Link for 'User Guide' in README.md


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

Branch: refs/heads/master
Commit: e246aa9f90d2788cc477b8e7d1ae89a163c72829
Parents: 08e22f3
Author: Ryu Ah young <fb...@hanmail.net>
Authored: Mon Jan 18 15:51:38 2016 +0900
Committer: Lee moon soo <mo...@apache.org>
Committed: Mon Jan 18 20:16:02 2016 -0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e246aa9f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 20f5dda..ce5926f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 #Zeppelin 
 
-**Documentation:** [User Guide](http://zeppelin.incubator.apache.org/docs/index.html)<br/>
+**Documentation:** [User Guide](http://zeppelin.incubator.apache.org/docs/latest/index.html)<br/>
 **Mailing Lists:** [User and Dev mailing list](http://zeppelin.incubator.apache.org/community.html)<br/>
 **Continuous Integration:** [![Build Status](https://secure.travis-ci.org/apache/incubator-zeppelin.png?branch=master)](https://travis-ci.org/apache/incubator-zeppelin) <br/>
 **Contributing:** [Contribution Guide](https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md)<br/>