From 626398f10c4b6b35ec78822908d4300dcce6323e Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 14 Dec 2025 20:25:47 -0500 Subject: [PATCH] Changed data patch guide link --- core/src/mindustry/Vars.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/Vars.java b/core/src/mindustry/Vars.java index 742579eecd..9a03daa0b2 100644 --- a/core/src/mindustry/Vars.java +++ b/core/src/mindustry/Vars.java @@ -80,7 +80,7 @@ public class Vars implements Loadable{ /** Link to the wiki's modding guide.*/ public static final String modGuideURL = "https://mindustrygame.github.io/wiki/modding/1-modding/"; /** Link to the wiki's patch guide.*/ - public static final String patchesGuideURL = "https://mindustrygame.github.io/wiki/contentpatches/"; + public static final String patchesGuideURL = "https://mindustrygame.github.io/wiki/datapatches/"; /** URLs to the JSON file containing all the BE servers. Only queried in BE. */ public static final String[] serverJsonBeURLs = {"https://raw.githubusercontent.com/Anuken/MindustryServerList/master/servers_be.json", "https://cdn.jsdelivr.net/gh/anuken/mindustryserverlist/servers_be.json"}; /** URLs to the JSON file containing all the stable servers. */