diff --git a/API-Usages.md b/API-Usages.md index a8bb694..5364e36 100644 --- a/API-Usages.md +++ b/API-Usages.md @@ -47,8 +47,8 @@ Things to note: * You can only delete worlds that can be loaded by the server. * If the world folder is already removed from the server files, use [`MVWorldManager#removeWorldFromConfig`](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MVWorldManager.html#removeWorldFromConfig-java.lang.String-) method. -## MultiverseWorld -A class on top of the Bukkit's World object to provide additional world management features. This may also be used in methods of the other Multiverse modules. +## [MultiverseWorld](http://ci.onarandombox.com/job/Multiverse-Core/javadoc/com/onarandombox/MultiverseCore/api/MultiverseWorld.html) +A class on top of the Bukkit's [World](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/World.html) object to provide additional world management features. This may also be used in methods of the other Multiverse modules. ### Getting a MultiverseWorld instance With the world manager you have earlier, we can use that to get a MultiverseWorld.