Fix ModWiki links in --help text, link Mods page in README

This commit is contained in:
Daniel Gibson 2018-12-21 04:15:07 +01:00
parent 9822aea458
commit 593141651a
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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