From 032dafd7fdfedeab15e54d8737fffb10e9437198 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Tue, 2 Aug 2016 15:07:34 +0100 Subject: [PATCH] Switch out long download/compile links. (#3278) The links have been replaced with short links that forward to the long links. Fixes issue #3275 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12f20d225..3a5f229e2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ There are several ways to obtain Cuberite. ##### The EasyInstall script This Linux script will download the correct binary from the project site. - sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/easyinstall.sh)" + sh -c "$(wget -O - https://download.cuberite.org)" #### Compiling - You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below. @@ -33,7 +33,7 @@ Compiling may provide better performance (1.5-3x as fast) and it supports more o ##### The compile.sh script This script downloads the source code and compiles it. The script is smart enough to notify you of missing dependencies and instructing you on how to install them. The script doesn't work for Windows. - sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)" + sh -c "$(wget -O - https://compile.cuberite.org)" #### Hosted services - Hosted Cuberite is available via [Gamocosm](https://gamocosm.com/). @@ -45,7 +45,7 @@ Cuberite is licensed under the Apache License V2, and we welcome anybody to fork Cuberite is developed in C++ and Lua. To contribute code, please check out [GETTING-STARTED.md](https://github.com/cuberite/cuberite/blob/master/GETTING-STARTED.md) and [CONTRIBUTING.md](https://github.com/cuberite/cuberite/blob/master/CONTRIBUTING.md) for more details. -Plugins are written in Lua. You can contribute by developing plugins and submitting them to [the forum](https://forum.cuberite.org/forum-2.html). Please check out our [plugin introduction guide](http://api-docs.cuberite.org/Writing-a-Cuberite-plugin.html) for more info. +Plugins are written in Lua. You can contribute by developing plugins and submitting them to [the forum](https://forum.cuberite.org/forum-2.html). Please check out our [plugin introduction guide](http://api-docs.cuberite.org/Writing-a-Cuberite-plugin.html) for more info. If you are not a programmer, you can help by testing Cuberite and reporting bugs. See [TESTING.md](https://github.com/cuberite/cuberite/blob/master/TESTING.md) for details.