From 99a14c3f58d4cce352bed8ff689b04f8ff4eee25 Mon Sep 17 00:00:00 2001 From: izeye Date: Tue, 8 Sep 2015 01:24:42 +0900 Subject: [PATCH] Fix a broken link in the doc Closes gh-3917 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 90a11cf8c17..b1b48395c6b 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -860,7 +860,7 @@ to set these properties manually, the `spring-boot-devtools` module will automat apply sensible development-time configuration. TIP: For a complete list of the properties that are applied see -{sc-spring-boot-devtools}/autoconfigure/DevToolsPropertyDefaultsPostProcessor.{sc-ext}[DevToolsPropertyDefaultsPostProcessor]. +{sc-spring-boot-devtools}/env/DevToolsPropertyDefaultsPostProcessor.{sc-ext}[DevToolsPropertyDefaultsPostProcessor].