Updated support (issues) URL

This commit is contained in:
regexaurus 2018-08-03 00:53:47 -04:00
parent 7cbf738e56
commit 50a9ff65b8

View file

@ -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)