diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2015-06-02 14:40:42 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2015-06-02 14:40:42 -0400 |
commit | 1e73244c744b509ac216e81ec021ff1638397036 (patch) | |
tree | 74fbca67820e0f42284f857571031e58906b28a8 /src/plugins/dbghelpplug.c | |
parent | 712812b945debfd369383354431840e9d249a3ae (diff) | |
download | hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.gz hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.bz2 hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.xz hercules-1e73244c744b509ac216e81ec021ff1638397036.zip |
Follow up to 712812b
- More link changes
- Added proper link to Roulette topic
Diffstat (limited to 'src/plugins/dbghelpplug.c')
-rw-r--r-- | src/plugins/dbghelpplug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/dbghelpplug.c b/src/plugins/dbghelpplug.c index bf43c0b23..ac72b8eb2 100644 --- a/src/plugins/dbghelpplug.c +++ b/src/plugins/dbghelpplug.c @@ -217,8 +217,8 @@ typedef struct _InternalData { // Extended information printed in the console #define DBG_EXTENDED_INFORMATION \ - "Please report the crash in the bug tracker:\n" \ - "http://hercules.ws/board/tracker/\n" + "Please report the crash in our Issues tracker:\n" \ + "https://github.com/HerculesWS/Hercules/issues\n" // Print object children? // WARNING: This will generate huge dump files! |