ghwikipp: Changed more references to icculus's GitHub to libsdl-org.

From b0afb2ddbebf8ca7edc48e5d75e27070ec195066 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Tue, 14 Jun 2022 23:33:02 -0400
Subject: [PATCH] Changed more references to icculus's GitHub to libsdl-org.

---
 index.php                   | 4 ++--
 templates/html_footer       | 2 +-
 templates/html_startcontent | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.php b/index.php
index e088dec..50e879f 100644
--- a/index.php
+++ b/index.php
@@ -582,7 +582,7 @@ function authorize_with_github($force=false)
                        "Response from GitHub:\n" . print_r($response, true) . "\n\n\n" .
                        "\$_SESSION:\n" . print_r($_SESSION, true) . "\n\n\n" .
                        "</pre>\n<br/>\n" .
-                       "You can report this bug at the <a href='https://github.com/icculus/ghwikipp/issues/new'>bug tracker</a>" .
+                       "You can report this bug at the <a href='https://github.com/libsdl-org/ghwikipp/issues/new'>bug tracker</a>" .
                        " or privately to <a href='mailto:icculus@icculus.org?subject=ghwikipp%20login%20bug'>Ryan's email</a>.\n";
                 unset($_SESSION['github_access_token']);
                 fail503($msg);
@@ -618,7 +618,7 @@ function authorize_with_github($force=false)
                            "Response from GitHub/user/emails:\n" . print_r($emailresponse, true) . "\n\n\n" .
                            "\$_SESSION:\n" . print_r($_SESSION, true) . "\n\n\n" .
                            "</pre>\n<br/>\n" .
-                           "You can report this bug at the <a href='https://github.com/icculus/ghwikipp/issues/new'>bug tracker</a>" .
+                           "You can report this bug at the <a href='https://github.com/libsdl-org/ghwikipp/issues/new'>bug tracker</a>" .
                            " or privately to <a href='mailto:icculus@icculus.org?subject=ghwikipp%20login%20bug'>Ryan's email.</a>\n";
                     unset($_SESSION['github_access_token']);
                     fail503($msg);
diff --git a/templates/html_footer b/templates/html_footer
index c942df6..e1d602d 100644
--- a/templates/html_footer
+++ b/templates/html_footer
@@ -17,7 +17,7 @@
 ]
 </p>
 <p>All wiki content is licensed under <a href="@wikilicenseurl@">@wikilicense@</a>.<br/>
-Wiki powered by <a href="https://github.com/icculus/ghwikipp">ghwikipp</a>.</p>
+Wiki powered by <a href="https://github.com/libsdl-org/ghwikipp">ghwikipp</a>.</p>
 </div>
 
 </body></html>
diff --git a/templates/html_startcontent b/templates/html_startcontent
index dac58c7..b1eb57e 100644
--- a/templates/html_startcontent
+++ b/templates/html_startcontent
@@ -4,7 +4,7 @@
 This is new wiki software and old wiki content. It's a work in progress!<br/>
 Here's the <a href="https://discourse.libsdl.org/t/wiki-libsdl-org-migration/31085">explanation</a>.
 <br/>Be gentle,
-<a href="https://github.com/icculus/ghwikipp/issues/new">report bugs</a>,
+<a href="https://github.com/libsdl-org/ghwikipp/issues/new">report bugs</a>,
 <a href="@githuburl@/issues/new?title=Feedback%20on%20page%20@page@">leave feedback on pages</a>,
 or just <a href='/@page@/edit'>edit</a> them yourself! Thanks!
 </center></font></div></p>-->