Author: sebb
Date: Mon Dec  8 10:52:25 2025
New Revision: 1930361

Log:
Clarify status of the releases page; link to project websites

Modified:
   comdev/projects.apache.org/trunk/site/js/projects.js
   comdev/projects.apache.org/trunk/site/releases.html

Modified: comdev/projects.apache.org/trunk/site/js/projects.js
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js        Mon Dec  8 
10:32:04 2025        (r1930360)
+++ comdev/projects.apache.org/trunk/site/js/projects.js        Mon Dec  8 
10:52:25 2025        (r1930361)
@@ -1920,8 +1920,8 @@ function renderReleases(releases) {
     } );
 
     $('#releases tbody').on('click', 'tr', function () {
-        var name = $(this).attr('id').replace("incubator-","incubator/");
-        location.href = "https://www.apache.org/dist/"; + name;
+        var name = $(this).attr('id').replace("incubator-","");
+        location.href = `https://${name}.apache.org/`;
     } );
 }
 

Modified: comdev/projects.apache.org/trunk/site/releases.html
==============================================================================
--- comdev/projects.apache.org/trunk/site/releases.html Mon Dec  8 10:32:04 
2025        (r1930360)
+++ comdev/projects.apache.org/trunk/site/releases.html Mon Dec  8 10:52:25 
2025        (r1930361)
@@ -30,9 +30,10 @@
 </div>
 
 <div id="contents" style="width: 1160px;">
-   <p>Current releases available in the <a 
href="https://www.apache.org/dist/";>Apache Software Foundation Distribution 
Directory</a>:</p>
-   <p>Please <a href="https://www.apache.org/dyn/closer.cgi#verify";>verify the 
integrity</a> of the download
-      using the signature and/or hashes provided alongside the file.</p>
+   <p>Summary of release artifacts derived from a listing of the Apache 
Software Foundation Distribution Directory.</p>
+   <p>The entries link to the project home page, from where you can find how 
to download and install
+      the appropriate item for your system.
+   </p>
    <p><b>N.B. the dates are unreliable, especially for earlier 
releases.</b></p>
    <div id="contents2">
    <p style="text-align: center;">

Reply via email to