From 9c0f44211dc1f7d7453a26db0ec471fc089caffa Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Sun, 14 Jan 2024 08:41:33 +0800 Subject: [PATCH] valid Signed-off-by: Adrian Cole --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fad24e370c..06967e653f0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can also start Zipkin via Docker. docker run -d -p 9411:9411 openzipkin/zipkin ``` -Once the server is running, you can view traces with the Zipkin UI at `http://localhost:9411/zipkin/`. +Once the server is running, you can view traces with the Zipkin UI at http://localhost:9411/zipkin. If your applications aren't sending traces, yet, configure them with [Zipkin instrumentation](https://zipkin.io/pages/tracers_instrumentation) or try one of our [examples](https://github.com/openzipkin?utf8=%E2%9C%93&q=example).