From 95bc2dec38de64eeeaf4347329f24ca2a4ede1ea Mon Sep 17 00:00:00 2001 From: nemobis Date: Fri, 27 Jun 2014 15:25:28 +0200 Subject: [PATCH] Link GitHub issue tracker --- dumpgenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumpgenerator.py b/dumpgenerator.py index 5fe9b82..ec069d6 100644 --- a/dumpgenerator.py +++ b/dumpgenerator.py @@ -856,7 +856,7 @@ def welcome(): def bye(): """ Closing message """ print "---> Congratulations! Your dump is complete <---" - print "If you found any bug, report a new issue here (Google account required): http://code.google.com/p/wikiteam/issues/list" + print "If you found any bug, report a new issue here: https://github.com/WikiTeam/wikiteam/issues" print "If this is a public wiki, please, consider publishing this dump. Do it yourself as explained in https://github.com/WikiTeam/wikiteam/wiki/New-Tutorial#Publishing_the_dump or contact us at https://github.com/WikiTeam/wikiteam" print "Good luck! Bye!"