We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2b0bc commit c4d4457Copy full SHA for c4d4457
spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/layout.tpl
@@ -8,7 +8,7 @@ html {
8
div(class:'navbar') {
9
div(class:'navbar-inner') {
10
a(class:'brand',
11
- href:'http://groovy-lang.org/404.html') {
+ href:'http://docs.groovy-lang.org/docs/latest/html/documentation/markup-template-engine.html') {
12
yield 'Groovy - Layout'
13
}
14
ul(class:'nav') {
0 commit comments