Use HTTPS when linking to groovy-lang.org
Closes gh-21466
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
This sample application uses Spring Boot and
|
||||
http://docs.groovy-lang.org/latest/html/documentation/#_the_markuptemplateengine[Groovy templates]
|
||||
https://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.*''.
|
||||
|
||||
@@ -8,7 +8,7 @@ html {
|
||||
div(class:'navbar') {
|
||||
div(class:'navbar-inner') {
|
||||
a(class:'brand',
|
||||
href:'http://docs.groovy-lang.org/docs/latest/html/documentation/markup-template-engine.html') {
|
||||
href:'https://docs.groovy-lang.org/docs/latest/html/documentation/markup-template-engine.html') {
|
||||
yield 'Groovy - Layout'
|
||||
}
|
||||
ul(class:'nav') {
|
||||
|
||||
Reference in New Issue
Block a user