sdlweb: Use HTTPS for links

From c96b5f3579b4604b14200ce8960d3bc04acf09c7 Mon Sep 17 00:00:00 2001
From: Alex Touchet <[EMAIL REDACTED]>
Date: Thu, 24 Nov 2022 18:21:00 -0800
Subject: [PATCH] Use HTTPS for links

---
 credits.php             | 2 +-
 include/sidebar.inc.php | 8 ++++----
 index.php               | 2 +-
 license.php             | 2 +-
 mailing-list.php        | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/credits.php b/credits.php
index b07ea2a..073fa18 100644
--- a/credits.php
+++ b/credits.php
@@ -47,7 +47,7 @@
 
                 <div class="col right">
                     <ul>
-                        <li><a href="http://julianwinter.de">Julian Winter</a> for the SDL 2.0 website.
+                        <li><a href="https://julianwinter.de/">Julian Winter</a> for the SDL 2.0 website.
                         </li>
                         <li>Sheena Smith for many months of great work on the SDL wiki creating the API documentation and style guides.
                         </li>
diff --git a/include/sidebar.inc.php b/include/sidebar.inc.php
index 8cf1828..56ca162 100644
--- a/include/sidebar.inc.php
+++ b/include/sidebar.inc.php
@@ -3,7 +3,7 @@
     <h4>Main</h4>
     <ul>
         <li<?php if($current_page=="index") echo" class=\"active\"";?>><a href="/index.php">About</a></li>
-        <li><a href="http://bugzilla.libsdl.org/">Bugs <span class="extern">&nbsp;</span></a></li>
+        <li><a href="https://bugzilla.libsdl.org/">Bugs <span class="extern">&nbsp;</span></a></li>
         <li<?php if($current_page=="license") echo" class=\"active\"";?>><a href="/license.php">Licensing</a></li>
         <li<?php if($current_page=="credits") echo" class=\"active\"";?>><a href="/credits.php">Credits</a></li>
         <li><a href="mailto:slouken@libsdl.org">Feedback</a></li>
@@ -12,8 +12,8 @@
 <div class="box lightblue">
     <h4>Documentation</h4>
     <ul class="menu">
-        <li><a href="http://wiki.libsdl.org/FrontPage">Wiki <span class="extern">&nbsp;</span></a></li>
-        <li><a href="http://discourse.libsdl.org/">Forums <span class="extern">&nbsp;</span></a></li>
+        <li><a href="https://wiki.libsdl.org/SDL2/FrontPage">Wiki <span class="extern">&nbsp;</span></a></li>
+        <li><a href="https://discourse.libsdl.org/">Forums <span class="extern">&nbsp;</span></a></li>
         <li<?php if($current_page=="mailing-list") echo" class=\"active\"";?>><a href="/mailing-list.php">Mailing Lists</a></li>
     </ul>
 </div>
@@ -22,7 +22,7 @@
     <ul class="menu">
         <li<?php if($current_page=="download-2.0") echo" class=\"active\"";?>><a href="https://github.com/libsdl-org/SDL/releases/latest">SDL Releases</a></li>
         <!--<li<?php if($current_page=="download-1.2") echo" class=\"active\"";?>><a href="/download-1.2.php">SDL 1.2</a></li>-->
-        <li<?php if($current_page=="git") echo" class=\"active\"";?>><a href="https://github.com/libsdl-org/">SDL GitHub</a></li>
+        <li<?php if($current_page=="git") echo" class=\"active\"";?>><a href="https://github.com/libsdl-org">SDL GitHub</a></li>
         <li<?php if($current_page=="languages") echo" class=\"active\"";?>><a href="/languages.php">Language Bindings</a></li>
     </ul>
 </div>
diff --git a/index.php b/index.php
index b9b75e8..28e7e15 100644
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@
             <div id="content">
                 <h1>About SDL</h1>
                 <div class="col left">
-                    <p> Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including <a href="http://valvesoftware.com">Valve</a>'s award winning catalog and many <a href="https://www.humblebundle.com/">Humble Bundle</a> games.
+                    <p> Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including <a href="https://www.valvesoftware.com/">Valve</a>'s award winning catalog and many <a href="https://www.humblebundle.com/">Humble Bundle</a> games.
                     </p><p>
 			SDL officially supports Windows, macOS, Linux, iOS, and Android.  Support for other platforms may be found in the source code.
                     </p><p>
diff --git a/license.php b/license.php
index a908d87..aaf55be 100644
--- a/license.php
+++ b/license.php
@@ -37,7 +37,7 @@
 </pre>
                         </p>
                         <p>
-                            SDL 1.2 and older are available under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">
+                            SDL 1.2 and older are available under the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">
                                 GNU LGPL license </a>.
                         </p>
                     </blockquote>
diff --git a/mailing-list.php b/mailing-list.php
index b700b27..df240e9 100644
--- a/mailing-list.php
+++ b/mailing-list.php
@@ -34,8 +34,8 @@
                         This mailing list is very low volume, and is used for announcing news and
                         new versions of SDL:
                         <br />
-                        <a href="http://www.libsdl.org/announce-list.php">
-                            http://www.libsdl.org/announce-list.php</a>
+                        <a href="https://www.libsdl.org/announce-list.php">
+                            https://www.libsdl.org/announce-list.php</a>
                         <br />
                         Announcements are also posted to the forum:
                         <br />