mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
FIX borken support link (#4019)
https://github.com/ankitects/anki/issues/4017
This commit is contained in:
parent
3b7f21e50e
commit
e989564be2
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ except AttributeError:
|
||||||
appVersion = _version
|
appVersion = _version
|
||||||
appWebsite = "https://apps.ankiweb.net/"
|
appWebsite = "https://apps.ankiweb.net/"
|
||||||
appWebsiteDownloadSection = "https://apps.ankiweb.net/#download"
|
appWebsiteDownloadSection = "https://apps.ankiweb.net/#download"
|
||||||
appDonate = "https://apps.ankiweb.net/support/"
|
appDonate = "https://docs.ankiweb.net/contrib.html"
|
||||||
appShared = "https://ankiweb.net/shared/"
|
appShared = "https://ankiweb.net/shared/"
|
||||||
appUpdate = "https://ankiweb.net/update/desktop"
|
appUpdate = "https://ankiweb.net/update/desktop"
|
||||||
appHelpSite = HELP_SITE
|
appHelpSite = HELP_SITE
|
||||||
|
|
Loading…
Reference in a new issue