diff --git a/pylib/anki/consts.py b/pylib/anki/consts.py index 1d2b35910..786e4b17b 100644 --- a/pylib/anki/consts.py +++ b/pylib/anki/consts.py @@ -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 diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py index fccd3681a..a898db42c 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -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