mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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 free account is required to keep your collection synchronized. Please \
|
||||||
<a href="%s">sign up</a> for an account, then \
|
<a href="%s">sign up</a> for an account, then \
|
||||||
enter your details below.""") %
|
enter your details below.""") %
|
||||||
"http://beta.ankiweb.net/account/login")
|
"https://ankiweb.net/account/login")
|
||||||
l.setOpenExternalLinks(True)
|
l.setOpenExternalLinks(True)
|
||||||
l.setWordWrap(True)
|
l.setWordWrap(True)
|
||||||
vbox.addWidget(l)
|
vbox.addWidget(l)
|
||||||
|
|
Loading…
Reference in a new issue