This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
The following commit(s) were added to refs/heads/master by this push: new 0e1389e Changes quickstart to default to openzipkin build 0e1389e is described below commit 0e1389ebea6108e9b729784c1f182cfc6edd0f4c Author: Adrian Cole <ac...@pivotal.io> AuthorDate: Fri Jun 14 08:45:59 2019 +0800 Changes quickstart to default to openzipkin build --- quickstart.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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