This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b888d88944 Update KEYS URL to use closer.lua URL
b888d88944 is described below

commit b888d8894421f6ae4107903104a8a89d562cfa83
Author: James Fredley <[email protected]>
AuthorDate: Wed Jun 11 19:31:19 2025 -0400

    Update KEYS URL to use closer.lua URL
---
 buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy 
b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
index c64f96ec8c..1e867fc7f7 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -98,7 +98,7 @@ class DownloadPage {
                     mkp.yieldUnescaped "We provide OpenPGP signatures ('.asc') 
files and checksums ('.sha256') for every release artifact. We recommend that 
you "
                     a(href: 'https://www.apache.org/info/verification.html', 
'verify')
                     mkp.yieldUnescaped " the integrity of downloaded files by 
generating your own checksums and match them against ours, and checking 
signatures using the "
-                    a(href: 'https://downloads.apache.org/grails/KEYS', 'KEYS')
+                    a(href: 
'https://www.apache.org/dyn/closer.lua/grails/KEYS?action=download', 'KEYS')
                     mkp.yieldUnescaped " file which contains the Grails 
OpenPGP release keys."
                     p ''
                     if (preRelease > latest) {

Reply via email to