diff options
author | Toby Foster <tobfos26111@gmail.com> | 2021-09-15 18:10:00 +1000 |
---|---|---|
committer | Toby Foster <tobfos26111@gmail.com> | 2021-09-15 18:10:00 +1000 |
commit | 7229ebbb08902ec085cbc1d23c8bb681343b6086 (patch) | |
tree | 5a03f3e200f6573237a8f7bc3cdd89c9cb232b9d /launcher/minecraft/auth/flows/AuthContext.cpp | |
parent | e2355eb276bf355ca4acf526a0f3cc390aa88f8b (diff) | |
download | PrismLauncher-7229ebbb08902ec085cbc1d23c8bb681343b6086.tar.gz PrismLauncher-7229ebbb08902ec085cbc1d23c8bb681343b6086.tar.bz2 PrismLauncher-7229ebbb08902ec085cbc1d23c8bb681343b6086.zip |
Fix underaged account that isn't linked to a family help link.
Diffstat (limited to 'launcher/minecraft/auth/flows/AuthContext.cpp')
-rw-r--r-- | launcher/minecraft/auth/flows/AuthContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/flows/AuthContext.cpp b/launcher/minecraft/auth/flows/AuthContext.cpp index b4db6c2d..95d36bca 100644 --- a/launcher/minecraft/auth/flows/AuthContext.cpp +++ b/launcher/minecraft/auth/flows/AuthContext.cpp @@ -643,7 +643,7 @@ void AuthContext::checkResult() { changeState( STATE_FAILED_HARD, tr("This Microsoft account is underaged and is not linked to a family.\n\nPlease set up your account according to %1.") - .arg("<a href=\"https://help.minecraft.net/hc/en-us/articles/360042649591\">help.minecraft.net</a>") + .arg("<a href=\"https://help.minecraft.net/hc/en-us/articles/4403181904525-How-to-Migrate-Your-Mojang-Account-to-a-Microsoft-Account\">help.minecraft.net</a>") ); } else { |