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. */