From 2b6d7a3f157d1b7dc0ceb0a820f35294c9e724ae Mon Sep 17 00:00:00 2001 From: Thomas Traude Date: Fri, 7 Aug 2015 22:02:47 +0200 Subject: [PATCH] Update URL to Groovy Docs Closes gh-3715 --- .../spring-boot-sample-web-groovy-templates/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc b/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc index af83419159..da52f5c29b 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc +++ b/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc @@ -1,5 +1,5 @@ This sample application uses Spring Boot and -http://beta.groovy-lang.org/docs/groovy-2.3.1/html/documentation/markup-template-engine.html[Groovy templates] +http://docs.groovy-lang.org/latest/html/documentation/#_the_markuptemplateengine[Groovy templates] in the View layer. The templates for this app live in `classpath:/templates/`, which is the conventional location for Spring Boot. External configuration is available via ``spring.groovy.template.*''.