diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py index a6cdd9b20..47a8a0feb 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -66,6 +66,7 @@ except AttributeError: appVersion = _version appWebsite = "https://apps.ankiweb.net/" +appWebsiteDownloadSection = "https://apps.ankiweb.net/#download" appDonate = "https://apps.ankiweb.net/support/" appShared = "https://ankiweb.net/shared/" appUpdate = "https://ankiweb.net/update/desktop" diff --git a/qt/aqt/update.py b/qt/aqt/update.py index fbcd5fcbd..64509764b 100644 --- a/qt/aqt/update.py +++ b/qt/aqt/update.py @@ -70,7 +70,7 @@ def askAndUpdate(mw: aqt.AnkiQt, ver: str) -> None: # ignore this update mw.pm.meta["suppressUpdate"] = ver elif ret == QMessageBox.StandardButton.Yes: - openLink(aqt.appWebsite) + openLink(aqt.appWebsiteDownloadSection) def showMessages(mw: aqt.AnkiQt, data: dict) -> None: