diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md index 5a36652ee..76e522cf7 100644 --- a/GETTING-STARTED.md +++ b/GETTING-STARTED.md @@ -17,8 +17,8 @@ Useful Resources ---------------- * [Minecraft Wiki](http://minecraft.gamepedia.com/Minecraft_Wiki) - * [Minecraft Protocol Wiki](http://wiki.vg) - * [Lua API Documentation](http://api-docs.cuberite.org) + * [Minecraft Protocol Wiki](http://wiki.vg/Main_Page) + * [Lua API Documentation](http://api-docs.cuberite.org/) * [VS2013 Community Edition Download](https://www.visualstudio.com/products/visual-studio-community-vs) Setting up a Dev Environment @@ -102,9 +102,9 @@ Where to Get Started Issues that should be easy to get started with are tagged as [easy](https://github.com/cuberite/cuberite/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy) in GitHub issues. Other good places to get started are: * Cleaning up some of the compiler warnings. (Check [Travis CI](https://travis-ci.org/cuberite/cuberite) for a list of them.) With clang, there are over 10000 lines of warnings to clean up. - * Writing some plugins: They are written in lua, with excellent API documentation available via [APIDump](http://api-docs.cuberite.org). The [Core](https://github.com/cuberite/Core) plugin should also help quite a bit here. + * Writing some plugins: They are written in lua, with excellent API documentation available via [APIDump](http://api-docs.cuberite.org/). The [Core](https://github.com/cuberite/Core) plugin should also help quite a bit here. Special Things --------------------- - * Make yourself familiar with the community. Visit the forums: http://forum.mc-server.org + * Make yourself familiar with the community. Visit the forums: https://forum.cuberite.org/ * Ask questions as much as you like, we're here to help :smiley: diff --git a/README.md b/README.md index acaa1ad33..3e75499da 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Cuberite can run on Windows, *nix and Android operating systems. This includes A We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions. -Subscribe to [the newsletter](https://newsletter.cuberite.org/subscribe.htm) for important updates and project news. +Subscribe to [the newsletter](http://cuberite.org/news/) for important updates and project news. Installation ------------ @@ -17,7 +17,7 @@ There are several ways to obtain Cuberite. #### Binaries - The easiest method is downloading for Windows or Linux from the [Project site](http://cuberite.org/). - You can use the EasyInstall script for Linux, which automatically downloads the correct binary. The script is described below. - - You can also obtain a binary from the [buildserver archive](https://builds.cuberite.org). + - You can also obtain a binary from the [buildserver archive](https://builds.cuberite.org/). ##### The EasyInstall script This Linux script will download the correct binary from the project site. @@ -36,7 +36,7 @@ This script downloads the source code and compiles it. The script is smart enoug sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)" #### Hosted services - - Hosted Cuberite is available DIY on DigitalOcean: [![Install on DigitalOcean](http://doinstall.bearbin.net/button.svg)](http://doinstall.bearbin.net/install?url=https://github.com/cuberite/cuberite) and [Gamocosm](https://gamocosm.com) also offers Cuberite support. + - Hosted Cuberite is available DIY on DigitalOcean: [![Install on DigitalOcean](http://doinstall.bearbin.net/button.svg)](http://doinstall.bearbin.net/install?url=https://github.com/cuberite/cuberite) and [Gamocosm](https://gamocosm.com/) also offers Cuberite support. Contributing ------------ @@ -48,7 +48,7 @@ Check out the [CONTRIBUTING.md](https://github.com/cuberite/cuberite/blob/master Other Stuff ----------- -For other stuff, including plugins and discussion, check out the [forums](http://forum.mc-server.org) and [Plugin API](http://api-docs.cuberite.org). +For other stuff, including plugins and discussion, check out the [forums](https://forum.cuberite.org/) and [Plugin API](http://api-docs.cuberite.org/). [Support Us on Bountysource](https://bountysource.com/teams/cuberite) diff --git a/Server/Plugins/APIDump/Classes/Plugins.lua b/Server/Plugins/APIDump/Classes/Plugins.lua index 758598242..e053c57e2 100644 --- a/Server/Plugins/APIDump/Classes/Plugins.lua +++ b/Server/Plugins/APIDump/Classes/Plugins.lua @@ -37,7 +37,7 @@ return plugins, can enable or disable plugins, manages hooks and in-game console commands.

Plugins can be identified by either the PluginFolder or PluginName. Note that these two can differ, - refer to the forum for detailed discussion. + refer to the forum for detailed discussion.

There is one instance of cPluginManager in Cuberite, to get it, call either {{cRoot|cRoot}}:Get():GetPluginManager() or cPluginManager:Get() function.

diff --git a/Server/Plugins/APIDump/InfoFile.html b/Server/Plugins/APIDump/InfoFile.html index 7f350f9f2..066af7d7a 100644 --- a/Server/Plugins/APIDump/InfoFile.html +++ b/Server/Plugins/APIDump/InfoFile.html @@ -234,8 +234,8 @@ RegisterPluginInfoConsoleCommands()

There are several plugins that already implement this approach. You can visit them for inspiration and to see what the generated documentation looks like: