diff --git a/spring-cloud.html b/spring-cloud.html index 5ae4f92..c047e0d 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -1938,7 +1938,7 @@ for details on the properties available.

Figure 3. Hystrix Dashboard
-

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

@@ -2794,7 +2794,7 @@ service or the "resource" service if you have one).