From 2db7591b6d1ffbac46505f4cc3dec4e7d3ff6d88 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 29 Feb 2020 21:43:37 +1000 Subject: [PATCH] fix shared link --- 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 a898db42c..7a368979a 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -27,7 +27,7 @@ appVersion = _version 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/" +appShared = "https://ankiweb.net/shared/" appUpdate = "https://ankiweb.net/update/desktop" appHelpSite = HELP_SITE