diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index a8b0835fab..96a1ee2091 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -497,7 +497,7 @@ configuration file named `/var/myapp/myapp.conf` if it exists. [[deployment-windows]] -=== Microsoft Windows services +== Microsoft Windows services Spring Boot application can be started as Windows service using https://github.com/kohsuke/winsw[`winsw`].