Skip to content

Commit d0275b4

Browse files
author
Phillip Webb
committed
Fix some broken documentation links
1 parent 630d2dd commit d0275b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ access application information (such as the public URL of the application) and s
127127
information (such as database credentials). See `VcapApplicationListener` Javdoc for
128128
complete details.
129129

130-
TIP: The http://spring.io/projects/spring-cloud[Spring Cloud] project is a better fit
131-
for tasks such as configuring a DataSource; and you can also use Spring Cloud with
130+
TIP: The https://github.com/spring-projects/spring-cloud[Spring Cloud] project is a better
131+
fit for tasks such as configuring a DataSource; and you can also use Spring Cloud with
132132
Heroku too!
133133

134134

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ If Groovy is on the classpath you should be able to configure Logback with
746746

747747
[[howto-configure-log4j-for-logging]]
748748
=== Configure Log4j for logging
749-
Spring Boot supports http://logging.apache.org/log4j/1.x/[Log4j] for logging
749+
Spring Boot supports http://logging.apache.org/log4j[Log4j] for logging
750750
configuration, but it has to be on the classpath. If you are using the starter poms for
751751
assembling dependencies that means you have to exclude logback and then include log4j
752752
back. If you aren't using the starter poms then you need to provide `commons-logging`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To provide custom health information you can register a Spring bean that impleme
163163
----
164164

165165
Spring Boot also provides a
166-
{sc-spring-boot-actuator}/health/SimpleHealthIndicator/{sc-ext}[`SimpleHealthIndicator`]
166+
{sc-spring-boot-actuator}/health/SimpleHealthIndicator.{sc-ext}[`SimpleHealthIndicator`]
167167
implementation that attempts a simple database test.
168168

169169

0 commit comments

Comments
 (0)