foxygit / doom Log in
commit 96a017b56ff4d8a7db6a4a6179f6239a38ccdd18
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Feb 28 14:36:59 2016 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Feb 28 14:36:59 2016 -0500

    Update some doomworld http: links I missed.

    Also fix the link to Lee Killough's page about visplane overflows;
    it used to be on John Romero's website but is no longer there.
---
 NOT-BUGS            | 6 +++---
 src/doom/g_game.c   | 3 ++-
 src/strife/g_game.c | 3 ++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/NOT-BUGS b/NOT-BUGS
index 5d91c5bd..e0a5c29f 100644
--- a/NOT-BUGS
+++ b/NOT-BUGS
@@ -18,7 +18,7 @@ the following:
     (read 106, should be 109)

     *** You may need to upgrade your version of Doom to v1.9. ***
-        See: http://doomworld.com/files/patches.shtml
+        See: https://www.doomworld.com/classicdoom/info/patches.php
         This appears to be v1.6/v1.666.

 This usually indicates that your IWAD file that you are using to play
@@ -130,9 +130,9 @@ this when trying to play an add-on level.  The level you are trying to
 play is too complex; it was most likely designed to work with a limit
 removing source port.

-More information can be found here:
+More information can be found here (archived link):

-    http://rome.ro/lee_killough/editing/visplane.shtml
+    https://archive.is/s6h7V

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

diff --git a/src/doom/g_game.c b/src/doom/g_game.c
index ceee9406..72dd9ad1 100644
--- a/src/doom/g_game.c
+++ b/src/doom/g_game.c
@@ -2176,7 +2176,8 @@ void G_DoPlayDemo (void)
                         "\n"
                         "*** You may need to upgrade your version "
                             "of Doom to v1.9. ***\n"
-                        "    See: http://doomworld.com/files/patches.shtml\n"
+                        "    See: https://www.doomworld.com/classicdoom"
+                                  "/info/patches.php\n"
                         "    This appears to be %s.";

         I_Error(message, demoversion, G_VanillaVersionCode(),
diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index c12e856f..af438880 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -2328,7 +2328,8 @@ void G_DoPlayDemo (void)
                         "\n"
                         "*** You may need to upgrade your version "
                             "of Strife to v1.1 or later. ***\n"
-                        "    See: http://doomworld.com/files/patches.shtml\n"
+                        "    See: https://www.doomworld.com/classicdoom"
+                                  "/info/patches.php\n"
                         "    This appears to be %s.";

         I_Error(message, demoversion, STRIFE_VERSION,