You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/11/09 03:53:32 UTC

[groovy-website] branch asf-site updated: adjust urls

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 f9a23ad  adjust urls
f9a23ad is described below

commit f9a23ad5386a8d3577dfd5549eb7e2a23655c20b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Nov 9 13:53:26 2021 +1000

    adjust urls
---
 site/src/site/pages/download.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/src/site/pages/download.groovy b/site/src/site/pages/download.groovy
index 478ffbf..2ba2194 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -107,7 +107,7 @@ layout 'layouts/main.groovy', true,
                                     yield "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')
                                     yield ' the integrity of downloaded files by generating your own checksums and matching them against ours and checking signatures using the '
-                                    a(href: 'https://www.apache.org/dist/groovy/KEYS', 'KEYS')
+                                    a(href: 'https://downloads.apache.org/groovy/KEYS', 'KEYS')
                                     yield " file which contains the OpenPGP keys of Groovy's Release Managers across all releases."
                                 }
                                 p {
@@ -156,7 +156,7 @@ layout 'layouts/main.groovy', true,
                                     }
                                     def srcUrl = { pkg ->
                                         def v = pkg.version
-                                        pkg.archive ? archiveUrl('src', 'sources', v) : "https://www.apache.org/dyn/closer.cgi/groovy/${v}/sources/apache-groovy-src-${v}.zip"
+                                        pkg.archive ? archiveUrl('src', 'sources', v) : "https://www.apache.org/dyn/closer.lua/groovy/${v}/sources/apache-groovy-src-${v}.zip?action=download"
                                     }
                                     dist.packages.each { pkg ->
                                         def v = pkg.version
@@ -232,7 +232,7 @@ layout 'layouts/main.groovy', true,
                                         ul {
                                             li {
                                                 yield "Apache's "
-                                                a(href: 'http://www.apache.org/dyn/closer.cgi/groovy/', 'release mirrors')
+                                                a(href: 'https://www.apache.org/dyn/closer.lua/groovy/', 'release mirrors')
                                                 yield ' and '
                                                 a(href: 'https://archive.apache.org/dist/groovy/', 'archive repository')
                                                 yield '.'