This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/groovy-website.git
commit 9b7f62bbb83f0bb2d8d5e26daef4a0b0f8370fbb Author: Paul King <[email protected]> AuthorDate: Fri Aug 29 20:33:42 2025 +1000 tweak references to ASF logo --- site/src/site/includes/bottommenu.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/src/site/includes/bottommenu.groovy b/site/src/site/includes/bottommenu.groovy index d09dccc..c5ac129 100644 --- a/site/src/site/includes/bottommenu.groovy +++ b/site/src/site/includes/bottommenu.groovy @@ -17,16 +17,16 @@ footer(id: 'footer') { div(class: 'col-right') { p { yield 'The Groovy programming language is supported by the ' - a href: 'http://www.apache.org', 'Apache Software Foundation' + a href: 'https://www.apache.org', 'Apache Software Foundation' yield " and the Groovy community." } div('text-align':'right') { - img(src: relative('img/asf_logo.png'), title: 'The Apache Software Foundation', alt: 'The Apache Software Foundation', style:'width:60%') + img(src: 'https://www.apache.org/img/asf_logo.png', title: 'The Apache Software Foundation', alt: 'The Apache Software Foundation', style:'width:60%') } - p "Apache, Apache Groovy, Groovy, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation." + p "Apache, Apache Groovy, Groovy, and the ASF logo are either registered trademarks or trademarks of The Apache Software Foundation." } } div(class: 'clearfix', "© 2003-${Calendar.instance[Calendar.YEAR]} the Apache Groovy project — " + - "Groovy is Open Source: ${$a(href: 'http://www.apache.org/licenses/LICENSE-2.0.html', alt: 'Apache 2 License', 'license')}, ${$a(href: 'https://privacy.apache.org/policies/privacy-policy-public.html', 'privacy policy')}.") + "Groovy is Open Source: ${$a(href: 'https://www.apache.org/licenses/LICENSE-2.0.html', alt: 'Apache 2 License', 'license')}, ${$a(href: 'https://privacy.apache.org/policies/privacy-policy-public.html', 'privacy policy')}.") } }
