Repository: zeppelin
Updated Branches:
  refs/heads/master 3eeb2282b -> e28712c48


[ZEPPELIN-2979] Fix links to zeppelin website in README

### What is this PR for?
Fixes the broken links in the README under the sections "Install binary 
package" and "Build from Source" . Also changes http to https for all links to 
the zeppelin website

### What type of PR is it?
[Documentation]

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2979

### Questions:
* Does the licenses files need update? **no**
* Is there breaking changes for older versions? **no**
* Does this needs documentation? **no**

Author: Adriano Pagano <adri...@sqooba.io>

Closes #2610 from a-pagano/ZEPPELIN-2979 and squashes the following commits:

970477f [Adriano Pagano] Fix links to zeppelin website in README


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

Branch: refs/heads/master
Commit: e28712c48dcb22af3bf586c223941062cc85b1d1
Parents: 3eeb228
Author: Adriano Pagano <adri...@sqooba.io>
Authored: Fri Oct 6 16:17:21 2017 +0200
Committer: Felix Cheung <felixche...@apache.org>
Committed: Mon Oct 9 09:44:45 2017 -0700

----------------------------------------------------------------------
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e28712c4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e12d2ae..126520a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Apache Zeppelin
 
-**Documentation:** [User 
Guide](http://zeppelin.apache.org/docs/latest/index.html)<br/>
-**Mailing Lists:** [User and Dev mailing 
list](http://zeppelin.apache.org/community.html)<br/>
+**Documentation:** [User 
Guide](https://zeppelin.apache.org/docs/latest/index.html)<br/>
+**Mailing Lists:** [User and Dev mailing 
list](https://zeppelin.apache.org/community.html)<br/>
 **Continuous Integration:** [![Build 
Status](https://travis-ci.org/apache/zeppelin.svg?branch=master)](https://travis-ci.org/apache/zeppelin)
 <br/>
 **Contributing:** [Contribution 
Guide](https://zeppelin.apache.org/contribution/contributions.html)<br/>
 **Issue Tracker:** [Jira](https://issues.apache.org/jira/browse/ZEPPELIN)<br/>
@@ -15,15 +15,15 @@ Core feature:
    * Built-in Apache Spark support
 
 
-To know more about Zeppelin, visit our web site 
[http://zeppelin.apache.org](http://zeppelin.apache.org)
+To know more about Zeppelin, visit our web site 
[http://zeppelin.apache.org](https://zeppelin.apache.org)
 
 
 ## Getting Started
 
 ### Install binary package
-Please go to 
[install](http://zeppelin.apache.org/docs/snapshot/install/install.html) to 
install Apache Zeppelin from binary package.
+Please go to 
[install](https://zeppelin.apache.org/docs/latest/install/install.html) to 
install Apache Zeppelin from binary package.
 
 ### Build from source
-Please check [Build from 
source](http://zeppelin.apache.org/docs/snapshot/install/build.html) to build 
Zeppelin from source.
+Please check [Build from 
source](https://zeppelin.apache.org/docs/latest/install/build.html) to build 
Zeppelin from source.
 
 

Reply via email to