Skip to content

Commit 6133e7e

Browse files
authored
Update PURCHASE_URL and MIGRATION_FAQ_URL (#2229)
1 parent c5cbafe commit 6133e7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HMCLCore/src/main/java/org/jackhuang/hmcl/auth/yggdrasil/YggdrasilService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,6 @@ private static class ErrorResponse {
273273
.create();
274274

275275
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";
276+
public static final String MIGRATION_FAQ_URL = "https://help.minecraft.net/articles/360050865492";
277+
public static final String PURCHASE_URL = "https://www.microsoft.com/store/productId/9NXP44L49SHJ";
278278
}

0 commit comments

Comments
 (0)