We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e79be6 + b4e6b57 commit 82065eeCopy full SHA for 82065ee
1 file changed
README.md
@@ -20,11 +20,11 @@ Each module will also have different minimum variables that need to be set.
20
Here's an example of integrating the scouter Collector.
21
22
### Step 1: Download zipkin-server jar
23
-Download the [latest released server](https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec) as zipkin.jar:
+Download the [latest released server](https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=LATEST&c=exec) as zipkin.jar:
24
25
```
26
cd /tmp
27
-wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec'
+curl -sSL https://zipkin.io/quickstart.sh | bash -s
28
29
30
### Step 2: Download the latest zipkin-storage-scouter jar
0 commit comments