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

sebb 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 b9c838c6 Use https for calendar URL
b9c838c6 is described below

commit b9c838c638cde84a5ff8c1741fbcc10e37c8a967
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 12 11:41:12 2023 +0100

    Use https for calendar URL
---
 www/board/agenda/models/minutes.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/models/minutes.rb 
b/www/board/agenda/models/minutes.rb
index dc0b7c8e..e8ff44fb 100755
--- a/www/board/agenda/models/minutes.rb
+++ b/www/board/agenda/models/minutes.rb
@@ -153,7 +153,7 @@ class Minutes
       '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')

Reply via email to