Repository: zeppelin Updated Branches: refs/heads/master 383cdc3fa -> 2b234106d
[ZEPPELIN-3836] [FOLLOWUP] Update link in README.md ### What is this PR for? After https://github.com/apache/zeppelin/pull/3211, some link in README.md need to be updated. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3836 ### 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 <leemoon...@gmail.com> Closes #3214 from Leemoonsoo/ZEPPELIN-3836-followup and squashes the following commits: ba2fe1cf3 [Lee moon soo] http -> https 7257366f1 [Lee moon soo] update install, source build link Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/2b234106 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/2b234106 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2b234106 Branch: refs/heads/master Commit: 2b234106d27005104178150ccc54e7eacf603538 Parents: 383cdc3 Author: Lee moon soo <leemoon...@gmail.com> Authored: Sun Nov 4 08:58:30 2018 -0800 Committer: Lee moon soo <m...@apache.org> Committed: Sun Nov 4 17:31:39 2018 -0800 ---------------------------------------------------------------------- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2b234106/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 126520a..acf57c3 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,15 @@ Core feature: * Built-in Apache Spark support -To know more about Zeppelin, visit our web site [http://zeppelin.apache.org](https://zeppelin.apache.org) +To know more about Zeppelin, visit our web site [https://zeppelin.apache.org](https://zeppelin.apache.org) ## Getting Started ### Install binary package -Please go to [install](https://zeppelin.apache.org/docs/latest/install/install.html) to install Apache Zeppelin from binary package. +Please go to [install](https://zeppelin.apache.org/docs/latest/quickstart/install.html) to install Apache Zeppelin from binary package. ### Build from source -Please check [Build from source](https://zeppelin.apache.org/docs/latest/install/build.html) to build Zeppelin from source. +Please check [Build from source](https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html) to build Zeppelin from source.