You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/06/14 15:54:39 UTC

[incubator-zipkin-website] branch asf-site updated: Automatic site generation from 0e1389e

This is an automated email from the ASF dual-hosted git repository.

abesto pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f71f406  Automatic site generation from 0e1389e
f71f406 is described below

commit f71f406251a653f895bcb41da5f5ae03f14db89d
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Jun 14 15:54:32 2019 +0000

    Automatic site generation from 0e1389e
---
 Gemfile.lock  | 2 +-
 quickstart.sh | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index e3a13bc..dfcdc7e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -250,4 +250,4 @@ DEPENDENCIES
   yaml-lint (~> 0.0.9)
 
 BUNDLED WITH
-   2.0.1
+   2.0.2
diff --git a/quickstart.sh b/quickstart.sh
index ee19b54..41b7e68 100755
--- a/quickstart.sh
+++ b/quickstart.sh
@@ -81,15 +81,15 @@ handle_shutdown() {
 ${color_bad}
 It looks like quick-start setup has failed. Please run the command again
 with the debug flag like below, and open an issue on
-https://github.com/apache/incubator-zipkin-website/issues/new. Make sure
+https://github.com/openzipkin/openzipkin.github.io/issues/new. Make sure
 to include the full output of the run.
 ${color_reset}
-    \\curl -sSL https://zipkin.apache.org/quickstart.sh | bash -sx -- $@
+    \\curl -sSL https://zipkin.io/quickstart.sh | bash -sx -- $@
 
 In the meanwhile, you can manually download and run the latest executable jar
 from the following URL:
 
-https://search.maven.org/remote_content?g=org.apache.zipkin&a=zipkin-server&v=LATEST&c=exec
+https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=LATEST&c=exec
 EOF
     fi
 }
@@ -187,7 +187,7 @@ EOF
 }
 
 main() {
-    local artifact_group=org.apache.zipkin
+    local artifact_group=io.zipkin
     local artifact_id=zipkin-server
     local artifact_version=LATEST
     local artifact_version_lowercase=latest