mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fixed anki website docs link on pylib/anki/consts.py
This commit is contained in:
parent
6828b98c99
commit
21b66cd86b
2 changed files with 5 additions and 5 deletions
|
@ -73,7 +73,7 @@ SYNC_ZIP_COUNT = 25
|
|||
SYNC_BASE = "https://sync%s.ankiweb.net/"
|
||||
SYNC_VER = 9
|
||||
|
||||
HELP_SITE = "http://ankisrs.net/docs/manual.html"
|
||||
HELP_SITE = "https://apps.ankiweb.net/docs/manual.html"
|
||||
|
||||
# Leech actions
|
||||
LEECH_SUSPEND = 0
|
||||
|
|
|
@ -24,10 +24,10 @@ from aqt.utils import locale_dir
|
|||
assert anki.buildinfo.buildhash == aqt.buildinfo.buildhash
|
||||
|
||||
appVersion = _version
|
||||
appWebsite = "http://ankisrs.net/"
|
||||
appChanges = "http://ankisrs.net/docs/changes.html"
|
||||
appDonate = "http://ankisrs.net/support/"
|
||||
appShared = "https://ankiweb.net/shared/"
|
||||
appWebsite = "https://apps.ankiweb.net/"
|
||||
appChanges = "https://apps.ankiweb.net/docs/changes.html"
|
||||
appDonate = "https://apps.ankiweb.net/support/"
|
||||
appShared = "https://ankiweb.net/shared/decks/"
|
||||
appUpdate = "https://ankiweb.net/update/desktop"
|
||||
appHelpSite = HELP_SITE
|
||||
|
||||
|
|
Loading…
Reference in a new issue