From 60136bb7e22123f630ce683be448914ee7ec7c7f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 7 Nov 2012 10:43:49 +0900 Subject: [PATCH] update login page link --- aqt/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/sync.py b/aqt/sync.py index daef87553..74e74525e 100644 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -145,7 +145,7 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""") A free account is required to keep your collection synchronized. Please \ sign up for an account, then \ enter your details below.""") % - "http://beta.ankiweb.net/account/login") + "https://ankiweb.net/account/login") l.setOpenExternalLinks(True) l.setWordWrap(True) vbox.addWidget(l)