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
The following commit(s) were added to refs/heads/asf-site by this push: new 6114eac revert in one place 6114eac is described below commit 6114eac3e7fe966da717e5b91c30d86eede9551c Author: Paul King <pa...@asert.com.au> AuthorDate: Thu Aug 21 13:40:19 2025 +1000 revert in one place --- site/src/site/pages/download.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/site/pages/download.groovy b/site/src/site/pages/download.groovy index 628c654..38f5c3c 100644 --- a/site/src/site/pages/download.groovy +++ b/site/src/site/pages/download.groovy @@ -11,7 +11,7 @@ layout 'layouts/main.groovy', true, div(class: 'col-lg-3') { ul(class: 'nav-sidebar') { li(class: 'active') { - a(href: 'download.html') { strong('Download Groovy™') } + a(href: 'download.html') { strong('Download Groovyâ„¢') } } li { a(href: '#distro', class: 'anchor-link', 'Distributions')