From e989564be24fa635bc0e4b71e80af07eb20d662f Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Thu, 22 May 2025 11:40:13 +0000 Subject: [PATCH] FIX borken support link (#4019) https://github.com/ankitects/anki/issues/4017 --- qt/aqt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py index fb9222521..cdbd05ebe 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -87,7 +87,7 @@ except AttributeError: appVersion = _version appWebsite = "https://apps.ankiweb.net/" appWebsiteDownloadSection = "https://apps.ankiweb.net/#download" -appDonate = "https://apps.ankiweb.net/support/" +appDonate = "https://docs.ankiweb.net/contrib.html" appShared = "https://ankiweb.net/shared/" appUpdate = "https://ankiweb.net/update/desktop" appHelpSite = HELP_SITE