diff --git a/README.md b/README.md index 6fad24e370..06967e653f 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).