Skip to content

Commit a43dcfe

Browse files
committed
Polish "Update documentation references to /status endpoint"
Closes gh-11213
1 parent e88c266 commit a43dcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For Gradle, use the following declaration:
3535
* **Endpoints** Actuator endpoints allow you to monitor and interact with your
3636
application. Spring Boot includes a number of built-in endpoints and you can also add
3737
your own. For example the `health` endpoint provides basic application health
38-
information. Run up a basic application and look at `/health`.
38+
information. Run up a basic application and look at `/actuator/health`.
3939
* **Metrics** Spring Boot Actuator provides dimensional metrics by integrating with
4040
https://micrometer.io[Micrometer].
4141
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events

0 commit comments

Comments
 (0)