From a9f4dbd160fcc8230fb6ab7ba4fa5e7b803b860f Mon Sep 17 00:00:00 2001 From: frohwerk Date: Sun, 12 Aug 2018 09:13:25 +0200 Subject: [PATCH] Fix freemarker documentation link Closes gh-14046 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 14a9b28176a..32df8084862 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1979,7 +1979,7 @@ and JSPs. Many other templating engines also ship their own Spring MVC integrati Spring Boot includes auto-configuration support for the following templating engines: - * http://freemarker.org/docs/[FreeMarker] + * https://freemarker.apache.org/docs/[FreeMarker] * http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_the_markuptemplateengine[Groovy] * http://www.thymeleaf.org[Thymeleaf] * http://mustache.github.io/[Mustache]