From aa1ffb5f2c7428751110c0b99bf51324910f1d03 Mon Sep 17 00:00:00 2001
From: jbmagination <26027089+jbmagination@users.noreply.github.com>
Date: Sun, 11 Feb 2018 19:09:44 -0500
Subject: [PATCH] Fix links (#3)
* Update links-list.html
* Fixed links
The WorldEdit link was broken, so I fixed that
* Fixed "MCEdit 1.x (legacy codebase)" link
That link took you to a broken GitHub Pages link which didn't work anymore, so I replaced that with the new 1.x page.
---
_includes/links-list.html | 4 ++--
tools.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_includes/links-list.html b/_includes/links-list.html
index 1f5be98..792b66c 100644
--- a/_includes/links-list.html
+++ b/_includes/links-list.html
@@ -4,6 +4,6 @@
Donate via PayPal
Donate via Patreon
Other tools
- MCEdit 1.x (legacy codebase)
- Play Minecraft
+ MCEdit 1.x (legacy codebase)
+ Play Minecraft
diff --git a/tools.md b/tools.md
index 944bf05..1a46308 100644
--- a/tools.md
+++ b/tools.md
@@ -19,7 +19,7 @@ Here is a short list of external programs for Minecraft that I've used and can r
Here are a few mods that can use MCEdit's .schematic files in some way.
-* [WorldEdit](http://www.enginehub.org/worldedit) - In-game world editor. Shares many features with MCEdit and has a few unique features of its own, including CraftScripts and mathematical function evaluation.
+* [WorldEdit](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1272389-worldedit-do-really-big-things-in-game-in-game-map) - In-game world editor. Shares many features with MCEdit and has a few unique features of its own, including CraftScripts and mathematical function evaluation.
* [Schematica](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1285818-schematica) - Imports a .schematic file as a ghost outline for you to build yourself!