Update docs links to point to enginehub.

This commit is contained in:
wizjany
2019-08-06 21:49:43 -04:00
parent 11a532be74
commit 95d5adb30c
3 changed files with 3 additions and 3 deletions

View File

@ -669,7 +669,7 @@ public final class WorldEdit {
engine = new RhinoCraftScriptEngine();
} catch (NoClassDefFoundError ignored) {
player.printError("Failed to find an installed script engine.");
player.printError("Please see https://worldedit.readthedocs.io/en/latest/usage/other/craftscripts/");
player.printError("Please see https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/");
return;
}