Skip to content

Commit 92133d4

Browse files
committed
Polish "Make link to Actuator API docs more prominent"
See gh-25486
1 parent 5f4e1b7 commit 92133d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ For Gradle, use the following declaration:
4444

4545
[[production-ready-endpoints]]
4646
== Endpoints
47-
TIP: To learn more about the Actuator's endpoints and their request and response formats, please refer to the separate API documentation ({spring-boot-actuator-restapi}/html/[HTML] or {spring-boot-actuator-restapi}/pdf/spring-boot-actuator-web-api.pdf[PDF]).
48-
4947
Actuator endpoints let you monitor and interact with your application.
5048
Spring Boot includes a number of built-in endpoints and lets you add your own.
5149
For example, the `health` endpoint provides basic application health information.
@@ -56,6 +54,8 @@ The built-in endpoints will only be auto-configured when they are available.
5654
Most applications choose exposure via HTTP, where the ID of the endpoint along with a prefix of `/actuator` is mapped to a URL.
5755
For example, by default, the `health` endpoint is mapped to `/actuator/health`.
5856

57+
TIP: To learn more about the Actuator's endpoints and their request and response formats, please refer to the separate API documentation ({spring-boot-actuator-restapi}/html/[HTML] or {spring-boot-actuator-restapi}/pdf/spring-boot-actuator-web-api.pdf[PDF]).
58+
5959
The following technology-agnostic endpoints are available:
6060

6161
[cols="2,5"]

0 commit comments

Comments
 (0)