update login page link

This commit is contained in:
Damien Elmes 2012-11-07 10:43:49 +09:00
parent 2e8029387d
commit 60136bb7e2

View file

@ -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 \
<a href="%s">sign up</a> 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)