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.
This commit is contained in:
jbmagination 2018-02-11 19:09:44 -05:00 committed by David Vierra
parent d5c13a21d5
commit aa1ffb5f2c
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UZGWD6FFLCFJA&lc=US&item_name=MCEdit%2c%20a%20World%20Editor%20for%20Minecraft&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate via PayPal</a></li>
<li><a href="http://www.patreon.com/mcedit2">Donate via Patreon</a></li>
<li><a href="/tools.html">Other tools</a></li>
<li><a href="http://khroki.github.io/MCEdit-Unified/">MCEdit 1.x (legacy codebase)</a></li>
<li><a href="http://minecraft.net">Play Minecraft</a></li>
<li><a href="https://www.mcedit-unified.net/">MCEdit 1.x (legacy codebase)</a></li>
<li><a href="https://minecraft.net">Play Minecraft</a></li>
</ul>

View File

@ -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!