Merge pull request #473 from evandroforks/fix_docs_urllink

Fixed anki website docs link on pylib/anki/consts.py
This commit is contained in:
Damien Elmes 2020-02-29 21:39:11 +10:00 committed by GitHub
commit 7bde0556cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

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

View file

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