Fix some broken documentation links

pull/505/head
Phillip Webb 11 years ago
parent 630d2ddefe
commit d0275b4734

@ -127,8 +127,8 @@ access application information (such as the public URL of the application) and s
information (such as database credentials). See `VcapApplicationListener` Javdoc for information (such as database credentials). See `VcapApplicationListener` Javdoc for
complete details. complete details.
TIP: The http://spring.io/projects/spring-cloud[Spring Cloud] project is a better fit TIP: The https://github.com/spring-projects/spring-cloud[Spring Cloud] project is a better
for tasks such as configuring a DataSource; and you can also use Spring Cloud with fit for tasks such as configuring a DataSource; and you can also use Spring Cloud with
Heroku too! Heroku too!

@ -746,7 +746,7 @@ If Groovy is on the classpath you should be able to configure Logback with
[[howto-configure-log4j-for-logging]] [[howto-configure-log4j-for-logging]]
=== Configure Log4j for logging === Configure Log4j for logging
Spring Boot supports http://logging.apache.org/log4j/1.x/[Log4j] for logging Spring Boot supports http://logging.apache.org/log4j[Log4j] for logging
configuration, but it has to be on the classpath. If you are using the starter poms for configuration, but it has to be on the classpath. If you are using the starter poms for
assembling dependencies that means you have to exclude logback and then include log4j assembling dependencies that means you have to exclude logback and then include log4j
back. If you aren't using the starter poms then you need to provide `commons-logging` back. If you aren't using the starter poms then you need to provide `commons-logging`

@ -163,7 +163,7 @@ To provide custom health information you can register a Spring bean that impleme
---- ----
Spring Boot also provides a Spring Boot also provides a
{sc-spring-boot-actuator}/health/SimpleHealthIndicator/{sc-ext}[`SimpleHealthIndicator`] {sc-spring-boot-actuator}/health/SimpleHealthIndicator.{sc-ext}[`SimpleHealthIndicator`]
implementation that attempts a simple database test. implementation that attempts a simple database test.

Loading…
Cancel
Save