Repository: zeppelin Updated Branches: refs/heads/gh-pages 0015eb087 -> 2867db8c3
[Website] [MINOR] Link install guide around download button ### What is this PR for? This PR adds link to installation guide doc around download button ### Screenshots (if appropriate) before  after  ### What type of PR is it? Improvement ### 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 <[email protected]> Closes #2430 from Leemoonsoo/gh-pages_link_install_guide and squashes the following commits: 0775c0a [Lee moon soo] Link install guide around download button Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/2867db8c Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/2867db8c Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2867db8c Branch: refs/heads/gh-pages Commit: 2867db8c37b754ca7bd665ea106d5231c6796715 Parents: 0015eb0 Author: Lee moon soo <[email protected]> Authored: Thu Jun 22 14:07:00 2017 -0700 Committer: Lee moon soo <[email protected]> Committed: Mon Jun 26 09:46:28 2017 +0900 ---------------------------------------------------------------------- download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2867db8c/download.md ---------------------------------------------------------------------- diff --git a/download.md b/download.md index 1a790ee..d01c5e1 100644 --- a/download.md +++ b/download.md @@ -25,7 +25,7 @@ The latest release of Apache Zeppelin is **0.7.2**. - 0.7.2 released on Jun 12, 2017 ([release notes](./releases/zeppelin-release-0.7.2.html)) ([git tag](https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;h=refs/tags/v0.7.2)) - * Binary package with all interpreters: + * Binary package with all interpreters ([Install guide](../../docs/0.7.2/install/install.html)): <p><div class="btn btn-md btn-primary" onclick="ga('send', 'event', 'download', 'zeppelin-bin-all', '0.7.2'); window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz'">zeppelin-0.7.2-bin-all.tgz</div> (715 MB, [pgp](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.asc), [md5](https://www.apache.org/dist/zeppelin/zeppelin-0.7.2/zeppelin-0.7.2-bin-all.tgz.md5),
