From 22ba7b93b21775e8a7d52041ecbb4fa1cf3c088d Mon Sep 17 00:00:00 2001 From: zhanhb Date: Sun, 5 Feb 2017 15:32:15 +0800 Subject: [PATCH] Fix pid properties link in documentation See gh-8196 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index bb5ac34a45..f48deb4d73 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -123,7 +123,7 @@ content into your application; rather pick only the properties that you need. # OUTPUT spring.output.ansi.enabled=detect # Configure the ANSI output. - # PID FILE ({sc-spring-boot-actuator}/system/ApplicationPidFileWriter.{sc-ext}[ApplicationPidFileWriter]) + # PID FILE ({sc-spring-boot}/system/ApplicationPidFileWriter.{sc-ext}[ApplicationPidFileWriter]) spring.pid.fail-on-write-error= # Fail if ApplicationPidFileWriter is used but it cannot write the PID file. spring.pid.file= # Location of the PID file to write (if ApplicationPidFileWriter is used).