aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/flows/AuthContext.cpp
diff options
context:
space:
mode:
authorToby Foster <tobfos26111@gmail.com>2021-09-15 18:10:00 +1000
committerToby Foster <tobfos26111@gmail.com>2021-09-15 18:10:00 +1000
commit7229ebbb08902ec085cbc1d23c8bb681343b6086 (patch)
tree5a03f3e200f6573237a8f7bc3cdd89c9cb232b9d /launcher/minecraft/auth/flows/AuthContext.cpp
parente2355eb276bf355ca4acf526a0f3cc390aa88f8b (diff)
downloadPrismLauncher-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.cpp2
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 {