Skip to content

Commit 6ec1ac0

Browse files
committed
Fix doc syntax
See gh-6593
1 parent 0eab3e0 commit 6ec1ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ NOTE: Spring Boot provides numerous `FailureAnalyzer` implementations and you ca
7575

7676
If no failure analyzers are able to handle the exception, you can still display the full
7777
auto-configuration report to better understand what went wrong. To do so you need to
78-
<<#boot-features-external-config,enable the `debug` property>> or
79-
<<#boot-features-custom-log-levels,enable `DEBUG` logging>> for
78+
<<boot-features-external-config,enable the `debug` property>> or
79+
<<boot-features-custom-log-levels,enable `DEBUG` logging>> for
8080
`org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer`.
8181

8282
For instance, if you are running your application using `java -jar` you can enable the

0 commit comments

Comments
 (0)