mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
update login page link
This commit is contained in:
parent
2e8029387d
commit
60136bb7e2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue