Skip to content

Commit 3a2c962

Browse files
committed
Merge pull request #14046 from frohwerk:master
* pr/14046: Fix freemarker documentation link
2 parents 37bd286 + a9f4dbd commit 3a2c962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,7 +1979,7 @@ and JSPs. Many other templating engines also ship their own Spring MVC integrati
19791979

19801980
Spring Boot includes auto-configuration support for the following templating engines:
19811981

1982-
* http://freemarker.org/docs/[FreeMarker]
1982+
* https://freemarker.apache.org/docs/[FreeMarker]
19831983
* http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_the_markuptemplateengine[Groovy]
19841984
* http://www.thymeleaf.org[Thymeleaf]
19851985
* http://mustache.github.io/[Mustache]

0 commit comments

Comments
 (0)