[tools] testbot/cgi: Automatically use https for the Wine Wiki.

Francois Gouget fgouget at codeweavers.com
Wed Mar 30 12:03:56 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
Presumably at some point it was an http-only site but nowadays it's
available over https just like all the others.
---
 testbot/lib/WineTestBot/CGI/PageBase.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/CGI/PageBase.pm b/testbot/lib/WineTestBot/CGI/PageBase.pm
index 58102d397..a54b0e206 100644
--- a/testbot/lib/WineTestBot/CGI/PageBase.pm
+++ b/testbot/lib/WineTestBot/CGI/PageBase.pm
@@ -423,7 +423,7 @@ ${ProjectName} Test Bot
 <div id='tabs'>
   <ul>
     <li><a href='//www.winehq.org/'>WineHQ</a></li>
-    <li><a href='http://wiki.winehq.org'>Wiki</a></li>
+    <li><a href='//wiki.winehq.org'>Wiki</a></li>
     <li><a href='//appdb.winehq.org/'>AppDB</a></li>
     <li><a href='//bugs.winehq.org/'>Bugzilla</a></li>
     <li class='s'><a href='//${WebHostName}/'>TestBot</a></li>
-- 
2.30.2




More information about the wine-devel mailing list