diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index dbe73e8d10..1ea764a53e 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -158,7 +158,7 @@ Health information can be used to check the status of your running application. often used by monitoring software to alert someone if a production system goes down. The default information exposed by the `health` endpoint depends on how it is accessed. For an unauthenticated connection in a secure application a simple '`status`' message is -returned, and for a authenticated connection additional details are also displayed (see +returned, and for an authenticated connection additional details are also displayed (see <> for HTTP details). Health information is collected from all