mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 03:41:01 +00:00
Updated support (issues) URL
This commit is contained in:
parent
7cbf738e56
commit
50a9ff65b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue