This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 8e12750 Update the Zipkin Server jar coordinates
new 454f5c6 Merge pull request #3074 from shakuzen/patch-1
8e12750 is described below
commit 8e1275076ac66fc5f8c71df35e4b3e54212231a5
Author: Tommy Ludwig <[email protected]>
AuthorDate: Thu Aug 1 00:58:10 2019 +0900
Update the Zipkin Server jar coordinates
The group ID has changed in recent versions, so the previous download link
would not download the latest version.
See https://github.com/openzipkin/openzipkin.github.io/issues/136
---
examples/camel-example-zipkin/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/camel-example-zipkin/README.md
b/examples/camel-example-zipkin/README.md
index 53c5e1f..a30b977 100644
--- a/examples/camel-example-zipkin/README.md
+++ b/examples/camel-example-zipkin/README.md
@@ -71,7 +71,7 @@ You can then click on each span and get annotated data from
the Camel exchange a
### Installing Zipkin Server
-The quickest way to get Zipkin started is to fetch the [latest released
server](https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec)
as a self-contained executable jar.
+The quickest way to get Zipkin started is to fetch the [latest released
server](https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=LATEST&c=exec)
as a self-contained executable jar.
```bash
curl -sSL https://zipkin.io/quickstart.sh | bash -s
@@ -89,7 +89,7 @@ Finally, browse to http://localhost:9411 to find traces!
If you want to try Zipkin locally then you quickly try that using Docker.
-There is a [quickstart guide at
zipkin](http://zipkin.io/pages/quickstart.html) that has further instructions.
+There is a [quickstart guide at
zipkin](https://zipkin.io/pages/quickstart.html) that has further instructions.
Remember to configure the IP address and port number in the
`application.properties` file.
You can find the IP using `docker-machine ls`