Merge pull request #177 from regexaurus/issueurl-regexaurus

Updated support (issues) URL
This commit is contained in:
anarcat 2018-08-04 11:39:18 -04:00 committed by GitHub
commit ad3daf9f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)