From a43dcfec6cb4f387797534373909e730719bcaf6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 30 Nov 2017 11:42:06 +0100 Subject: [PATCH] Polish "Update documentation references to `/status` endpoint" Closes gh-11213 --- spring-boot-project/spring-boot-actuator/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator/README.adoc b/spring-boot-project/spring-boot-actuator/README.adoc index 8e6f3e21bd2..3dd8849d292 100644 --- a/spring-boot-project/spring-boot-actuator/README.adoc +++ b/spring-boot-project/spring-boot-actuator/README.adoc @@ -35,7 +35,7 @@ For Gradle, use the following declaration: * **Endpoints** Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in endpoints and you can also add your own. For example the `health` endpoint provides basic application health - information. Run up a basic application and look at `/health`. + information. Run up a basic application and look at `/actuator/health`. * **Metrics** Spring Boot Actuator provides dimensional metrics by integrating with https://micrometer.io[Micrometer]. * **Audit** Spring Boot Actuator has a flexible audit framework that will publish events