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

curcuru 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 d2dd0e7f Fixup links to correct path (no matter which request in 
script is used)
d2dd0e7f is described below

commit d2dd0e7fc91741cd9b82eaaeaa9180283419cd12
Author: Shane Curcuru <[email protected]>
AuthorDate: Sun Feb 2 14:31:04 2025 -0500

    Fixup links to correct path (no matter which request in script is used)
---
 www/members/watch.cgi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/members/watch.cgi b/www/members/watch.cgi
index fac8b123..715a26ed 100755
--- a/www/members/watch.cgi
+++ b/www/members/watch.cgi
@@ -19,9 +19,9 @@ _html do
     _whimsy_body(
       title: PAGETITLE,
       related: {
-        'memberless-pmcs.cgi' => 'PMCs with no/few ASF Members',
-        'nominate_member.cgi' => 'Nominate someone for ASF Member',
-        'check_membernoms.cgi' => 'Cross-check existing New Member 
Nominations',
+        '/members/memberless-pmcs.cgi' => 'PMCs with no/few ASF Members',
+        '/members/nominate_member.cgi' => 'Nominate someone for ASF Member',
+        '/members/check_membernoms.cgi' => 'Cross-check existing New Member 
Nominations',
         ASF::SVN.svnpath!('Meetings') => 'Official Meeting Agenda Directory'
       },
       helpblock: -> {

Reply via email to