From 8b917abeabb60893891c874e2561f54154e6bd5b Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Thu, 23 Nov 2017 10:43:23 +0100 Subject: [PATCH] Fix broken Asciidoctor syntax Closes gh-11108 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index e00c1c04568..e67adefb8ca 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -48,7 +48,7 @@ such as the user that launched the application. -[boot-features-startup-failure] +[[boot-features-startup-failure]] === Startup failure If your application fails to start, registered `FailureAnalyzers` get a chance to provide a dedicated error message and a concrete action to fix the problem. For instance if you