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!"