Skip to content

Commit c4d4457

Browse files
committed
Correct link to Groovy MarkupTemplateEngine documentation
See spring-projectsgh-16316
1 parent cf2b0bc commit c4d4457

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates

1 file changed

+1
-1
lines changed

Diff for: spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/layout.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html {
88
div(class:'navbar') {
99
div(class:'navbar-inner') {
1010
a(class:'brand',
11-
href:'http://groovy-lang.org/404.html') {
11+
href:'http://docs.groovy-lang.org/docs/latest/html/documentation/markup-template-engine.html') {
1212
yield 'Groovy - Layout'
1313
}
1414
ul(class:'nav') {

0 commit comments

Comments
 (0)