Author: hboutemy
Date: Sun Jun  8 22:26:57 2025
New Revision: 1926260

URL: http://svn.apache.org/viewvc?rev=1926260&view=rev
Log:
link committees term to committees.html

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

Modified: comdev/projects.apache.org/trunk/site/index.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/index.html?rev=1926260&r1=1926259&r2=1926260&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/index.html (original)
+++ comdev/projects.apache.org/trunk/site/index.html Sun Jun  8 22:26:57 2025
@@ -37,7 +37,7 @@
    <div id="details">
       <h3 style='text-align: center;'>There are currently <span style='color: 
#269;'>TBA</span> open source initiatives at the ASF:</h3>
       <ul style='width: 400px; margin: 0 auto; font-size: 18px; color: #269; 
font-weight: bold;'>
-      <li>TBA committees managing TBA projects</li>
+      <li>TBA <a href='committees.html'>committees</a> managing TBA <a 
href='projects.html'>projects</a></li>
       <li>TBA incubating podlings</li>
       </ul>
    <p style="text-align: center;">

Modified: comdev/projects.apache.org/trunk/site/js/projects.js
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/js/projects.js?rev=1926260&r1=1926259&r2=1926260&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects.js Sun Jun  8 22:26:57 
2025
@@ -1040,7 +1040,7 @@ function renderFrontPage() {
     obj.innerHTML
         += "<h3 style='text-align: center;'>There are currently <span 
style='color: #269;'>" + initiatives + "+</span> open source initiatives at the 
ASF:</h3>"
         + "<ul style='width: 400px; margin: 0 auto; font-size: 18px; color: 
#269; font-weight: bold;'>"
-        + "<li>" + numcommittees + " committees managing " + numProjects + " 
<a href='projects.html'>projects</a></li>"
+        + "<li>" + numcommittees + " <a href='committees.html'>committees</a> 
managing " + numProjects + " <a href='projects.html'>projects</a></li>"
         + "<li>" + curPodlings + " incubating podlings</li></ul>"
 
     renderCommitteeEvolution();


Reply via email to