Browse Source

Fix wrong link

Closes gh-2223
pull/2236/head
Stephane Nicoll 11 years ago
parent
commit
05d47c65db
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

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

@ -195,7 +195,7 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr @@ -195,7 +195,7 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
|{sc-spring-boot-actuator}/health/RabbitHealthIndicator.{sc-ext}[`RabbitHealthIndicator`]
|Checks that a Rabbit server is up.
|{sc-spring-boot-actuator}/health/SolrHealthIndicator.{sc-ext}[`RedisHealthIndicator`]
|{sc-spring-boot-actuator}/health/RedisHealthIndicator.{sc-ext}[`RedisHealthIndicator`]
|Checks that a Redis server is up.
|{sc-spring-boot-actuator}/health/SolrHealthIndicator.{sc-ext}[`SolrHealthIndicator`]

Loading…
Cancel
Save