summaryrefslogtreecommitdiffstats
path: root/GETTING-STARTED.md
diff options
context:
space:
mode:
authorMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
committerMathias <mathias-github@users.noreply.github.com>2016-01-31 01:25:03 +0100
commit89f3dec7ac67e4fbcbc300824a86aea66f487b30 (patch)
tree9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /GETTING-STARTED.md
parentMerge pull request #2913 from mathias-github/master (diff)
downloadcuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.gz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.bz2
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.lz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.xz
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.zst
cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.zip
Diffstat (limited to 'GETTING-STARTED.md')
-rw-r--r--GETTING-STARTED.md8
1 files changed, 4 insertions, 4 deletions
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: