diff --git a/examples/MicroserviceExample/README.md b/examples/MicroserviceExample/README.md index 3aa8ea88f..e8d37e1cc 100644 --- a/examples/MicroserviceExample/README.md +++ b/examples/MicroserviceExample/README.md @@ -45,10 +45,12 @@ With everything running: * [Invoke the Web API](http://localhost:5000/SendMessage) to send a message. * If you have run RabbitMQ and Zipkin with default settings: - * View your traces with Zipkin [here](http://localhost:9411/zipkin) - * Manage RabbitMQ [here](http://localhost:15672/) + * Manage RabbitMQ by accessing the local endpoint + [http://localhost:15672/](http://localhost:15672/) * user = guest * password = guest + * View your traces with Zipkin by accessing the local endpoint + [http://localhost:9411/zipkin](http://localhost:9411/zipkin). ## References