Update authlib-injector to point to local doc rather than fjord's

This commit is contained in:
Luna 2025-02-26 15:19:00 -06:00
parent 62fdcd5c33
commit 8239d03e0e
No known key found for this signature in database
GPG Key ID: F90E4A360BD79B9B

View File

@ -138,8 +138,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/blob/develop/doc/alternative-auth-servers.md\">this page</a> in " "See <a href=\"https://github.com/lunaislazier/ShatteredPrism/blob/develop/doc/alternative-auth-servers.md\">this page</a> in "
"the Fjord Launcher repository for a list of common API servers." "the Shattered Prism repository for a list of common API servers."
"<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!"));