From 2ef7cfd038466356b547e1286b446de908534d8b Mon Sep 17 00:00:00 2001 From: wizjany Date: Tue, 4 Jun 2019 18:31:19 -0400 Subject: [PATCH] Update readme links. --- README.md | 10 +++++----- gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6d9968e37..93290bcf6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ WorldEdit is Minecraft mod that turns Minecraft into an in-game map editor (sorta, kinda). -* Make awesome stuff with half the time OR make ***quadriply** awesome* creations with the same time :sparkles: +* Make awesome stuff with half the time OR make ***quadruply** awesome* creations with the same time :sparkles: * Get lost in hundreds of options and functions that even we've forgotten existed * Utilize Photoshop-like tools like "selection areas" and "brushes" * Making fjords and other natural wonders with weird names @@ -28,8 +28,8 @@ Links ----- * [Visit our website](http://www.enginehub.org/) -* [Discord](https://discord.gg/wvneRVm) -* [IRC channel](http://skq.me/irc/irc.esper.net/sk89q/) (#sk89q on irc.esper.net) -* [Issue tracker](http://youtrack.sk89q.com/issues/WORLDEDIT) +* [Discord](https://discord.gg/enginehub) +* [IRC channel](https://webchat.esper.net/?join=sk89q) (#sk89q on irc.esper.net) +* [Issue tracker](https://dev.enginehub.org/youtrack/issues/WORLDEDIT) * [Continuous integration](http://builds.enginehub.org) [![Build Status](https://travis-ci.org/EngineHub/WorldEdit.svg?branch=master)](https://travis-ci.org/EngineHub/WorldEdit) -* [End-user documentation](http://wiki.sk89q.com/wiki/WorldEdit) +* [End-user documentation](https://worldedit.readthedocs.io/en/latest/) / [Older Wiki](http://wiki.sk89q.com/wiki/WorldEdit) diff --git a/gradle.properties b/gradle.properties index 878bf1f7e..d210d4f53 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ # Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. -org.gradle.jvmargs=-Xmx3G -org.gradle.daemon=false \ No newline at end of file +#org.gradle.jvmargs=-Xmx3G +#org.gradle.daemon=false \ No newline at end of file