We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bff282 commit 63345f5Copy full SHA for 63345f5
HMCL/src/main/java/org/jackhuang/hmcl/Metadata.java
@@ -41,7 +41,7 @@ private Metadata() {}
41
public static final String CONTACT_URL = "https://docs.hmcl.net/help.html";
42
public static final String HELP_URL = "https://docs.hmcl.net";
43
public static final String CHANGELOG_URL = "https://docs.hmcl.net/changelog/";
44
- public static final String PUBLISH_URL = "https://www.mcbbs.net/thread-142335-1-1.html";
+ public static final String PUBLISH_URL = "https://hmcl.huangyuhui.net";
45
public static final String EULA_URL = "https://docs.hmcl.net/eula/hmcl.html";
46
47
public static final String BUILD_CHANNEL = JarUtils.getManifestAttribute("Build-Channel", "nightly");
0 commit comments