sdlweb: sidebar: "Bugs" link no longer points to Bugzilla.

From c769a96f30de412d8b6c00065edfe0601a87651d Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Sun, 29 Jan 2023 10:12:29 -0500
Subject: [PATCH] sidebar: "Bugs" link no longer points to Bugzilla.

---
 include/sidebar.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sidebar.inc.php b/include/sidebar.inc.php
index 56ca162..0712f4d 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="https://bugzilla.libsdl.org/">Bugs <span class="extern">&nbsp;</span></a></li>
+        <li><a href="https://github.com/libsdl-org/SDL/issues">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>