From 16c25a2875f44277b10622f8c7ac1a7df04c6fe3 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 11 Dec 2014 17:54:50 +0000 Subject: [PATCH] Clarify that path to dashboard doesn't require "index.html" See gh-51 --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index f56474fa..151f36e5 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -384,7 +384,7 @@ One of the main benefits of Hystrix is the set of metrics it gathers about each .Hystrix Dashboard image::Hystrix.png[] -To run the Hystrix Dashboard annotate your Spring Boot main class with `@EnableHystrixDashboard`. You then visit `/hystrix/index.html` and point the dashboard to an individual instances `/hystrix.stream` endpoint in a Hystrix client application. +To run the Hystrix Dashboard annotate your Spring Boot main class with `@EnableHystrixDashboard`. You then visit `/hystrix` and point the dashboard to an individual instances `/hystrix.stream` endpoint in a Hystrix client application. === Turbine