From eb92dfbb3b015e2d18d20a024e64eff476c30496 Mon Sep 17 00:00:00 2001 From: Phil Parker Date: Wed, 27 May 2015 21:59:52 +0100 Subject: [PATCH] Fix link to Groovy documentation Closes gh-3054 --- 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 2c702df7630..c0a419a5dba 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1110,7 +1110,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] - * http://beta.groovy-lang.org/docs/groovy-2.3.0/html/documentation/markup-template-engine.html[Groovy] + * http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_the_markuptemplateengine[Groovy] * http://www.thymeleaf.org[Thymeleaf] * http://velocity.apache.org[Velocity]