Skip to content

Commit

Permalink
Fixup typos/missed links
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneCurcuru committed Jan 27, 2025
1 parent 3e32f22 commit 0c5fca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/members/check_membernoms.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ _html do
'meeting.cgi' => 'Member Meeting FAQ and info',
'memberless-pmcs.cgi' => 'PMCs with no/few ASF Members',
'watch.cgi' => 'Watch list for potential Member candidates',
'nominate_member.cgi' => 'Add entries to list of nominated members',
'nominate_member.cgi' => 'Nominate someone for ASF Member',
'check_boardnoms.cgi' => 'Cross-check existing Board nominations',
'nominate_board.cgi' => 'Nominate someone for the Board',
ASF::SVN.svnpath!('Meetings') => 'Official Meeting Agenda Directory'
Expand Down
2 changes: 1 addition & 1 deletion www/members/watch.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ _html do
_ul do
if Time.new.strftime('%Y%m%d') < File.basename(meeting)
_li do
_a 'Posted nominations vs svn', href: 'members/nominations'
_a 'Cross-check existing New Member nominations', href: '/members/check_membernoms.cgi'
end
else
unless request =~ /appstatus/
Expand Down

0 comments on commit 0c5fca3

Please sign in to comment.