We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cbafe commit 6133e7eCopy full SHA for 6133e7e
1 file changed
HMCLCore/src/main/java/org/jackhuang/hmcl/auth/yggdrasil/YggdrasilService.java
@@ -273,6 +273,6 @@ private static class ErrorResponse {
273
.create();
274
275
public static final String PROFILE_URL = "https://aka.ms/MinecraftMigration";
276
- public static final String MIGRATION_FAQ_URL = "https://help.minecraft.net/hc/en-us/articles/360050865492-JAVA-Account-Migration-FAQ";
277
- public static final String PURCHASE_URL = "https://www.minecraft.net/store/minecraft-java-bedrock-edition-pc";
+ public static final String MIGRATION_FAQ_URL = "https://help.minecraft.net/articles/360050865492";
+ public static final String PURCHASE_URL = "https://www.microsoft.com/store/productId/9NXP44L49SHJ";
278
}
0 commit comments