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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a25c9477 Follow redirects
a25c9477 is described below

commit a25c947700d14b881d31ba01c0452c1ac0024c15
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 26 17:02:19 2024 +0000

    Follow redirects
---
 www/members/download_check.cgi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/members/download_check.cgi b/www/members/download_check.cgi
index 36b88fa8..04e90bfa 100755
--- a/www/members/download_check.cgi
+++ b/www/members/download_check.cgi
@@ -12,9 +12,9 @@ _html do
       title: PAGETITLE,
       related: {
         
'https://www.apache.org/legal/release-policy.html#release-announcements' => 
'Release announcements',
-        'https://www.apache.org/dev/release-distribution#download-links' => 
'Download links and cryptographic files',
-        'https://www.apache.org/dev/release-download-pages.html#download-page' 
=> 'KEYS file and download verification',
-        'https://www.apache.org/dev/release-distribution#sigs-and-sums' => 
'MD5 and SHA1 are deprecated',
+        'https://infra.apache.org/release-distribution.html#download-links' => 
'Download links and cryptographic files',
+        'https://infra.apache.org/release-download-pages.html#download-page' 
=> 'KEYS file and download verification',
+        'https://infra.apache.org/release-distribution.html#sigs-and-sums' => 
'MD5 and SHA1 are deprecated',
       },
       helpblock: -> {
         _p do

Reply via email to