From 593141651aa2dee54f6344887557712fee79b6e6 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Fri, 21 Dec 2018 04:15:07 +0100 Subject: [PATCH] Fix ModWiki links in --help text, link Mods page in README --- README.md | 4 +++- neo/framework/Common.cpp | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46617e03..a35a7b54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ altering the original gameplay. **The official homepage is:** https://dhewm3.org -**Mods supported by dhewm3:** https://github.com/dhewm/dhewm3-sdk +**Mods supported by dhewm3:** https://dhewm3.org/mods.html + +**Mod SDK for dhewm3:** https://github.com/dhewm/dhewm3-sdk **The project is hosted at:** https://github.com/dhewm diff --git a/neo/framework/Common.cpp b/neo/framework/Common.cpp index ed519b23..ad3a1865 100644 --- a/neo/framework/Common.cpp +++ b/neo/framework/Common.cpp @@ -2821,8 +2821,8 @@ static bool checkForHelp(int argc, char **argv) WriteString(" if r_mode is set to -1, these cvars allow you to specify the\n"); WriteString(" width/height of your custom resolution\n"); #endif // !ID_DEDICATED - WriteString("\nSee https://modwiki.xnet.fi/CVars_%%28Doom_3%%29 for more cvars\n"); - WriteString("See https://modwiki.xnet.fi/Commands_%%28Doom_3%%29 for more commands\n"); + WriteString("\nSee https://modwiki.dhewm3.org/CVars_%28Doom_3%29 for more cvars\n"); + WriteString("See https://modwiki.dhewm3.org/Commands_%28Doom_3%29 for more commands\n"); #undef WriteString