diff --git a/linkcheck/configuration/__init__.py b/linkcheck/configuration/__init__.py index c22d23df..5e402585 100644 --- a/linkcheck/configuration/__init__.py +++ b/linkcheck/configuration/__init__.py @@ -45,7 +45,7 @@ HtmlCopyright = u"Copyright © 2000-2014 "+HtmlAuthor AppInfo = App+u" "+Copyright HtmlAppInfo = App+u", "+HtmlCopyright Url = configdata.url -SupportUrl = u"https://github.com/wummel/linkchecker/issues" +SupportUrl = u"https://github.com/linkchecker/linkchecker/issues" DonateUrl = u"http://wummel.github.io/linkchecker/donations.html" Email = configdata.author_email UserAgent = u"Mozilla/5.0 (compatible; %s/%s; +%s)" % (AppName, Version, Url)