Skip to content

Commit

Permalink
Use https for calendar URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 12, 2023
1 parent 17be53b commit b9c838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/board/agenda/models/minutes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def self.draft(agenda_txt, minutes_yaml)
'Published minutes can be found at:'

minutes.sub! ASF::SVN.svnpath!('foundation_board'),
'http://www.apache.org/foundation/board/calendar.html'
'https://www.apache.org/foundation/board/calendar.html'

minutes.sub!(/ \d\. Committee Reports.*?\n\s+A\./m) do |heading|
heading.sub('reports require further', 'reports required further')
Expand Down

0 comments on commit b9c838c

Please sign in to comment.