From 47b6d9588c8db20b97474bc4e3fa233fa6ca6942 Mon Sep 17 00:00:00 2001 From: Eric Dahl Date: Sun, 8 Mar 2015 14:40:27 -0700 Subject: [PATCH] Fix broken link in docs --- .../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 82c39f5353..47e02c6a04 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -113,7 +113,7 @@ content into your application; rather pick only the properties that you need. # HTTP message conversion spring.http.converters.preferred-json-mapper= # the preferred JSON mapper to use for HTTP message conversion. Set to "gson" to force the use of Gson when both it and Jackson are on the classpath. - # HTTP response compression ({sc-spring-boot-autoconfigure/web/GzipFilterProperties.{sc-ext}[GzipFilterProperties]) + # HTTP response compression ({sc-spring-boot-autoconfigure}/web/GzipFilterProperties.{sc-ext}[GzipFilterProperties]) spring.http.gzip.bufferSize= # size of the output buffer in bytes spring.http.gzip.minGzipSize= # minimum content length required for compression to occur spring.http.gzip.deflateCompressionLevel= # the level used for deflate compression (0-9)