Commit c283f67956231194e56928edde37f28f311d4b29:
    Avoid mixed content warning


Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>

------------------------------------------------------------
www/members/watch.cgi                                        | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/members/watch.cgi b/www/members/watch.cgi
index be81870..604aa90 100755
--- a/www/members/watch.cgi
+++ b/www/members/watch.cgi
@@ -33,7 +33,7 @@ _html do
     # common banner
     _a href: 'https://whimsy.apache.org/' do
       _img title: "ASF Logo", alt: "ASF Logo",
-        src: "http://www.apache.org/img/asf_logo.png";
+        src: "https://www.apache.org/img/asf_logo.png";
     end
 
     # start with the Watch List itself

Reply via email to