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 9b4f148a Normalize text descriptions of key links
9b4f148a is described below

commit 9b4f148aaaf248fca4e48f4113535fb784b94dc3
Author: Shane Curcuru <[email protected]>
AuthorDate: Mon Jan 27 12:54:52 2025 -0500

    Normalize text descriptions of key links
---
 lib/whimsy/asf/meeting-util.rb | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index ac2a54af..149f4f72 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -26,17 +26,16 @@ module ASF
     MEETING_FILES = { # Filename in meeting dir, pathname to another deployed 
tool, or URL
       'README.txt' => 'README For Meeting Process And Roll Call',
       'runbook/email_03_nomination_of_board.txt' => 'How To Nominate Someone 
For Board',
+      '/members/board-nominate.cgi' => 'Nominate someone for the Board',
       'runbook/email_02_nomination_of_members.txt' => 'How To Nominate A New 
Member',
-      '/members/proxy.cgi' => 'How To Submit A Proxy/Check Your Proxies',
-      'https://www.apache.org/foundation/governance/meetings' => 'How Voting 
Via Email Works',
+      '/members/member_nominations.cgi' => 'Nominate someone for ASF Member',
+      '/members/proxy.cgi' => 'Submit A Proxy/Check Your Proxies',
       'agenda.txt' => 'Official Meeting Agenda',
-      'board_ballot.txt' => 'Official Board Candidate Ballots',
-      'board_nominations.txt' => 'Board Nominations',
-      '/members/board-nominate.cgi' => 'Add entries to board nomination file 
(BETA)',
-      '/members/board_nominations.cgi' => 'Board nominations cross-check',
-      'nominated-members.txt' => 'Official New Member Nominees/Seconds',
-      '/members/nominations.cgi' => 'New Member nominations cross-check',
-      '/members/member_nominations.cgi' => 'Add entries to member nomination 
file (BETA)',
+      '/members/board_nominations.cgi' => 'Cross-check existing Board 
nominations',
+      'board_ballot.txt' => 'Official Board Candidate Ballots and Statements',
+      'board_nominations.txt' => 'Official list of Board Nominations',
+      '/members/nominations.cgi' => 'Cross-check existing New Member 
nominations',
+      'nominated-members.txt' => 'Official list of New Member nominations',
       PROXIES_FILENAME => 'Official List Of Meeting Proxies',
       'record' => 'Official List Of Voting Members',
       'attend' => 'Official List Of Meeting Attendees (afterwards)',

Reply via email to