diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/endpoints.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/endpoints.adoc index 6c64e67921d..26091564a6d 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/endpoints.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/endpoints.adoc @@ -660,7 +660,7 @@ with the `key` listed in the following table: | javadoc:org.springframework.boot.mail.health.MailHealthIndicator[] | Checks that a mail server is up. -| `mongo` +| `mongodb` | javadoc:org.springframework.boot.mongodb.health.MongoHealthIndicator[] | Checks that a Mongo database is up. @@ -825,7 +825,7 @@ When appropriate, Spring Boot auto-configures the following javadoc:org.springfr | javadoc:org.springframework.boot.data.elasticsearch.health.DataElasticsearchReactiveHealthIndicator[] | Checks that an Elasticsearch cluster is up. -| `mongo` +| `mongodb` | javadoc:org.springframework.boot.mongodb.health.MongoReactiveHealthIndicator[] | Checks that a Mongo database is up.