diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 0650b9d7c7..d55d6593f6 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1845,7 +1845,7 @@ The `spring-boot-devtools` module includes support for automatic application res Whilst not as fast a technologies such as http://zeroturnaround.com/software/jrebel/[JRebel] or https://github.com/spring-projects/spring-loaded[Spring Loaded] it's usually significantly faster than a "`cold start`". You should probably give it a try before -investigating some of the more complex reload options discussed bellow. +investigating some of the more complex reload options discussed below. For more details see the <> section.