Fix freemarker documentation link

Closes gh-14046
This commit is contained in:
frohwerk 2018-08-12 09:13:25 +02:00 committed by Stephane Nicoll
parent 37bd286985
commit a9f4dbd160
1 changed files with 1 additions and 1 deletions

View File

@ -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]