aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-10-03 21:59:46 +0200
committerGitHub <noreply@github.com>2021-10-03 21:59:46 +0200
commit8c4fb86ba09647b55d34099c38b1e90415261d01 (patch)
tree05095973d81cb42cfe61e12c29df1a800164916a /launcher
parent668d31b79e09e8c5852f69954c94ee837611c3b5 (diff)
parent28d7c5d3093fdc71fe75fffd03057c8c2d8d18e8 (diff)
downloadPrismLauncher-8c4fb86ba09647b55d34099c38b1e90415261d01.tar.gz
PrismLauncher-8c4fb86ba09647b55d34099c38b1e90415261d01.tar.bz2
PrismLauncher-8c4fb86ba09647b55d34099c38b1e90415261d01.zip
Merge pull request #4103 from tobfos2611/develop
Fix underaged account that isn't linked to a family help link.
Diffstat (limited to 'launcher')
-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 47908b70..9fb3ec48 100644
--- a/launcher/minecraft/auth/flows/AuthContext.cpp
+++ b/launcher/minecraft/auth/flows/AuthContext.cpp
@@ -642,7 +642,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\">help.minecraft.net</a>")
);
}
else {