Repository: incubator-zeppelin Updated Branches: refs/heads/master ff85f793b -> df1457f5e
Update website url - Update website url from http://zeppelin-project.org to http://zeppelin.incubator.apache.org - Update mailing list link from https://groups.google.com/forum/#!forum/zeppelin-developers to http://zeppelin.incubator.apache.org/community.html - Update issue tracking link from https://zeppelin-project.atlassian.net/browse/ZEPPELIN to https://github.com/apache/incubator-zeppelin Author: Mina Lee <[email protected]> Closes #15 from minahlee/update/website-url and squashes the following commits: c694cdc [Mina Lee] Update website url Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/df1457f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/df1457f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/df1457f5 Branch: refs/heads/master Commit: df1457f5e0d4e99dff110ea21bf4090ef0986c21 Parents: ff85f79 Author: Mina Lee <[email protected]> Authored: Mon Mar 30 20:17:57 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Wed Apr 1 10:27:58 2015 +0900 ---------------------------------------------------------------------- pom.xml | 2 +- spark/pom.xml | 2 +- zeppelin-interpreter/pom.xml | 2 +- zeppelin-web/app/views/main.html | 8 ++++---- zeppelin-zengine/pom.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/df1457f5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c4a3ab..2204665 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <version>0.5.0-SNAPSHOT</version> <name>Zeppelin</name> <description>Zeppelin project</description> - <url>http://zeppelin-project.org/</url> + <url>http://zeppelin.incubator.apache.org/</url> <parent> <groupId>org.sonatype.oss</groupId> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/df1457f5/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index fcecc1b..97fd5e5 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -15,7 +15,7 @@ <version>0.5.0-SNAPSHOT</version> <name>Zeppelin: Spark</name> <description>Zeppelin spark support</description> - <url>http://zeppelin-project.org</url> + <url>http://zeppelin.incubator.apache.org</url> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/df1457f5/zeppelin-interpreter/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index 26c2bba..de4bbc8 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -15,7 +15,7 @@ <version>0.5.0-SNAPSHOT</version> <name>Zeppelin: Interpreter</name> <description>Zeppelin Interpreter</description> - <url>http://zeppelin-project.org</url> + <url>http://zeppelin.incubator.apache.org</url> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/df1457f5/zeppelin-web/app/views/main.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/app/views/main.html b/zeppelin-web/app/views/main.html index 001a076..4981a01 100644 --- a/zeppelin-web/app/views/main.html +++ b/zeppelin-web/app/views/main.html @@ -38,14 +38,14 @@ limitations under the License. </div> <div class="col-md-6"> <h4>Help</h4> - Get started with <a style="text-decoration: none;" href="http://zeppelin-project.org/docs/index.html" target="_blank">Zeppelin documentation</a><br> + Get started with <a style="text-decoration: none;" href="http://zeppelin.incubator.apache.org/docs/index.html" target="_blank">Zeppelin documentation</a><br> <h4>Community</h4> Please feel free to help us to improve Zeppelin, <br> Any contribution are welcome!<br><br> - <a style="text-decoration: none;" href="https://groups.google.com/forum/#!forum/zeppelin-developers" target="_blank"><i style="font-size: 15px;" class="fa fa-users"></i> Mailing list</a><br> - <a style="text-decoration: none;" href="https://zeppelin-project.atlassian.net/browse/ZEPPELIN" target="_blank"><i style="font-size: 15px;" class="fa fa-bug"></i> Issues tracking</a><br> - <a style="text-decoration: none;" href="https://zeppelin-project.atlassian.net/browse/ZEPPELIN" target="_blank"><i style="font-size: 20px;" class="fa fa-github"></i> Github</a> + <a style="text-decoration: none;" href="http://zeppelin.incubator.apache.org/community.html" target="_blank"><i style="font-size: 15px;" class="fa fa-users"></i> Mailing list</a><br> + <a style="text-decoration: none;" href="https://issues.apache.org/jira/browse/ZEPPELIN" target="_blank"><i style="font-size: 15px;" class="fa fa-bug"></i> Issues tracking</a><br> + <a style="text-decoration: none;" href="https://github.com/apache/incubator-zeppelin" target="_blank"><i style="font-size: 20px;" class="fa fa-github"></i> Github</a> </div> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/df1457f5/zeppelin-zengine/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml index 616d767..019c4be 100644 --- a/zeppelin-zengine/pom.xml +++ b/zeppelin-zengine/pom.xml @@ -15,7 +15,7 @@ <version>0.5.0-SNAPSHOT</version> <name>Zeppelin: Zengine</name> <description>Zeppelin Zengine</description> - <url>http://zeppelin-project.org</url> + <url>http://zeppelin.incubator.apache.org</url> <developers> <developer>
