diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 51d0e79fbe..6dd8a8ae72 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -900,7 +900,7 @@ You can configure global devtools settings by adding any of the following files Any properties added to these file apply to _all_ Spring Boot applications on your machine that use devtools. For example, to configure restart to always use a <>, you would add the following property: -.~/config/spring-boot/spring-boot-devtools.properties +.~/.config/spring-boot/spring-boot-devtools.properties [source,properties,indent=0,configprops] ---- spring.devtools.restart.trigger-file=.reloadtrigger