From bfe31e6688c177e2e94156921ddba2fb49a4d5d5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Apr 2018 16:40:15 +0200 Subject: [PATCH] Fix broken build --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index 54cc342049..32bfcb7edc 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -566,7 +566,7 @@ server. -[[howto-use-another-web-server]] +[[howto-disable-web-server]] === Disabling the Web Server If your classpath contains the necessary bits to start a web server, Spring Boot will automatically start it. To disable this behaviour configure the `WebApplicationType` in