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