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