Author: hboutemy
Date: Sun Jun 8 03:21:04 2025
New Revision: 1926229
URL: http://svn.apache.org/viewvc?rev=1926229&view=rev
Log:
keep links as available in index.html
Modified:
comdev/projects.apache.org/trunk/site/js/projects.js
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=1926229&r1=1926228&r2=1926229&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects.js Sun Jun 8 03:21:04
2025
@@ -1042,7 +1042,7 @@ function renderFrontPage() {
+ "<li>" + numcommittees + " committees managing " + numProjects + "
projects</li>"
+ "<li>5 special committees*</li>"
+ "<li>" + curPodlings + " incubating podlings</li></ul>"
- + "<p><small>*Infrastructure, Travel Assistance, Security Team, Legal
Affairs and Brand Management</small></p>";
+ + "<p><small>*<a
href=\"https://www.apache.org/dev/infrastructure\">Infrastructure</a>, <a
href=\"https://www.apache.org/travel/\">Travel Assistance</a>, <a
href=\"https://www.apache.org/security/\">Security Team</a>, <a
href=\"https://www.apache.org/legal/\">Legal Affairs</a> and <a
href=\"https://www.apache.org/foundation/marks/\">Brand
Management</a></small></p>";
renderCommitteeEvolution();
renderPodlingsEvolution();