Repository: incubator-zeppelin Updated Branches: refs/heads/master ee6c6315c -> 576ead854
fixed a broken link to Zeppelin documentation Author: Tsuyoshi Miyake <[email protected]> Closes #503 from tsuyo/patch-1 and squashes the following commits: 9221cfd [Tsuyoshi Miyake] fixed a broken link to Zeppelin documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/576ead85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/576ead85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/576ead85 Branch: refs/heads/master Commit: 576ead8542e516907aaa80313a0571b09c9f8b0b Parents: ee6c631 Author: Tsuyoshi Miyake <[email protected]> Authored: Wed Dec 2 18:07:07 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Thu Dec 3 13:26:08 2015 +0900 ---------------------------------------------------------------------- zeppelin-web/src/app/home/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/576ead85/zeppelin-web/src/app/home/home.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/home/home.html b/zeppelin-web/src/app/home/home.html index 56e6dc4..da7f6fb 100644 --- a/zeppelin-web/src/app/home/home.html +++ b/zeppelin-web/src/app/home/home.html @@ -44,7 +44,7 @@ limitations under the License. <div class="col-md-6"> <h4>Help</h4> Get started with <a style="text-decoration: none;" target="_blank" - href="http://zeppelin.incubator.apache.org/docs/index.html">Zeppelin documentation</a><br> + href="http://zeppelin.incubator.apache.org/docs/latest/index.html">Zeppelin documentation</a><br> <h4>Community</h4> Please feel free to help us to improve Zeppelin, <br>
