From 91d3ded6894e5195c638fcd9f7d004203e07e988 Mon Sep 17 00:00:00 2001 From: johan456789 <14802181+johan456789@users.noreply.github.com> Date: Sat, 10 Oct 2020 00:07:34 +0800 Subject: [PATCH] remove never used link --- qt/aqt/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py index ca8d833fb..8fa8360c4 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -35,7 +35,6 @@ except AttributeError: 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/" appUpdate = "https://ankiweb.net/update/desktop"