diff --git a/src/en/guide/theWebLayer/gsp/layouts.gdoc b/src/en/guide/theWebLayer/gsp/layouts.gdoc index c80383be9ce..51e24281cdf 100644 --- a/src/en/guide/theWebLayer/gsp/layouts.gdoc +++ b/src/en/guide/theWebLayer/gsp/layouts.gdoc @@ -1,6 +1,6 @@ h4. Creating Layouts -Grails leverages [Sitemesh|http://www.opensymphony.com/sitemesh/], a decorator engine, to support view layouts. Layouts are located in the @grails-app/views/layouts@ directory. A typical layout can be seen below: +Grails leverages [Sitemesh|http://sitemesh.org], a decorator engine, to support view layouts. Layouts are located in the @grails-app/views/layouts@ directory. A typical layout can be seen below: {code:xml}