Skip to content

Commit

Permalink
- fixed URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Apr 29, 2017
1 parent be496a8 commit be80dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const char *GetVersionString();
// More stuff that needs to be different for derivatives.
#define GAMENAME "GZDoom"
#define GAMENAMELOWERCASE "gzdoom"
#define FORUM_URL "http://forum.drdteam.org"
#define BUGS_FORUM_URL "http://forum.drdteam.org/viewforum.php?f=24"
#define FORUM_URL "https://forum.zdoom.org"
#define BUGS_FORUM_URL "https://mantis.zdoom.org"

#if defined(__APPLE__) || defined(_WIN32)
#define GAME_DIR GAMENAME
Expand Down

0 comments on commit be80dce

Please sign in to comment.