Skip to content

Commit

Permalink
Fix broken in link in Add authlib-injector dialog
Browse files Browse the repository at this point in the history
Resolves unmojang#1
  • Loading branch information
evan-goode committed May 15, 2024
1 parent 08b3a1d commit 59c0625
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions launcher/ui/pages/global/AccountListPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!"));

Expand Down

0 comments on commit 59c0625

Please sign in to comment.