diff options
author | mathiascode <mathiascode@users.noreply.github.com> | 2016-12-19 17:08:19 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-12-19 17:08:19 +0100 |
commit | efc7fed05b4800289cc644fbdeff18fe6cdd2a96 (patch) | |
tree | 237ef6d66aa2a8073c5d4200dde81f73a7727f6c /compile.sh | |
parent | Reverted temporary redirect to LuaAPI docs (#3487) (diff) | |
download | cuberite-efc7fed05b4800289cc644fbdeff18fe6cdd2a96.tar cuberite-efc7fed05b4800289cc644fbdeff18fe6cdd2a96.tar.gz cuberite-efc7fed05b4800289cc644fbdeff18fe6cdd2a96.tar.bz2 cuberite-efc7fed05b4800289cc644fbdeff18fe6cdd2a96.tar.lz cuberite-efc7fed05b4800289cc644fbdeff18fe6cdd2a96.tar.xz cuberite-efc7fed05b4800289cc644fbdeff18fe6cdd2a96.tar.zst cuberite-efc7fed05b4800289cc644fbdeff18fe6cdd2a96.zip |
Diffstat (limited to '')
-rwxr-xr-x | compile.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compile.sh b/compile.sh index 0f26f8607..05a83db04 100755 --- a/compile.sh +++ b/compile.sh @@ -186,7 +186,7 @@ The compilation and download will occur in the current directory. If you're updating, you should run: <Path to Cuberite>/compile.sh Compiling from source takes time, but it usually generates faster executables. If you prefer ready-to-use binaries or if you want -more info, please visit: http://cuberite.org/" +more info, please visit: https://cuberite.org/" doDependencyCheck() { @@ -482,7 +482,7 @@ exit 0 :windows_detected @echo off echo This script is not available for Windows yet, sorry. -echo You can still download the Windows binaries from: http://cuberite.org +echo You can still download the Windows binaries from: https://cuberite.org/ echo You can also manually compile for Windows. See: https://github.com/cuberite/cuberite rem windows_exit exit |