From 9596ce8c8855a4033a596ce24892b0f4fcad784c Mon Sep 17 00:00:00 2001 From: alfredo-toledano Date: Wed, 24 Jul 2024 13:19:09 +0200 Subject: [PATCH 1/2] doc(pages.quickstart): replace docker zipkin url --- pages/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/quickstart.md b/pages/quickstart.md index 0c5e857..4207dba 100644 --- a/pages/quickstart.md +++ b/pages/quickstart.md @@ -14,7 +14,7 @@ Regardless of how you start Zipkin, browse to http://your_host:9411 to find trac ## Docker -The [Docker Zipkin](https://github.com/openzipkin/docker-zipkin) project is able to build docker images, provide scripts and a [`docker-compose.yml`](https://github.com/openzipkin/docker-zipkin/blob/master/docker-compose.yml) +The [Docker Zipkin](https://github.com/openzipkin/zipkin/tree/master/docker) project is able to build docker images, provide scripts and a [`docker-compose.yml`](https://github.com/openzipkin/docker-zipkin/blob/master/docker-compose.yml) for launching pre-built images. The quickest start is to run the latest image directly: ~~~ bash From 4d087c85655ee604e77b8e9fd4ef544fc652569c Mon Sep 17 00:00:00 2001 From: alfredo-toledano Date: Wed, 24 Jul 2024 13:26:09 +0200 Subject: [PATCH 2/2] doc(pages.quickstart): replace docker zipkin compose url --- pages/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/quickstart.md b/pages/quickstart.md index 4207dba..9fc2885 100644 --- a/pages/quickstart.md +++ b/pages/quickstart.md @@ -14,7 +14,7 @@ Regardless of how you start Zipkin, browse to http://your_host:9411 to find trac ## Docker -The [Docker Zipkin](https://github.com/openzipkin/zipkin/tree/master/docker) project is able to build docker images, provide scripts and a [`docker-compose.yml`](https://github.com/openzipkin/docker-zipkin/blob/master/docker-compose.yml) +The [Docker Zipkin](https://github.com/openzipkin/zipkin/tree/master/docker) project is able to build docker images, provide scripts and a [`docker-compose.yml`](https://github.com/openzipkin/zipkin/blob/master/docker/examples/docker-compose.yml) for launching pre-built images. The quickest start is to run the latest image directly: ~~~ bash