Fix broken in link in Add authlib-injector dialog

Resolves https://github.com/unmojang/FjordLauncher/issues/1
This commit is contained in:
Evan Goode 2024-05-15 16:25:34 -04:00
parent 08b3a1d956
commit 59c0625f02

View File

@ -168,9 +168,8 @@ void AccountListPage::on_actionAddAuthlibInjector_triggered()
MinecraftAccountPtr account = AuthlibInjectorLoginDialog::newAccount(
this, tr("Please enter your username (sometimes an email address), password, and the URL of your API server."
"<br>"
"See <a href=\"https://github.com/unmojang/FjordLauncher/wiki/Alternative-Auth-Servers\">this page</a> on the Fjord "
"Launcher wiki for a "
"list of common API servers.</p>"
"See <a href=\"https://github.com/unmojang/FjordLauncher/blob/develop/doc/alternative-auth-servers.md\">this page</a> in "
"the Fjord Launcher repository for a list of common API servers."
"<br><br>"
"<b>Caution!</b> Your username and password will be sent to the authentication server you specify!"));