Updates BYOND links to use HTTPS (#37918)

* Updates BYOND links to use HTTPS

* revert

* if -> If
This commit is contained in:
ShizCalev
2018-05-19 22:50:05 -04:00
committed by Nich
parent 2d44c0bf0b
commit ece47f583d
9 changed files with 14 additions and 15 deletions

View File

@@ -30,7 +30,7 @@
#define MIN_COMPILER_VERSION 512
#if DM_VERSION < MIN_COMPILER_VERSION
//Don't forget to update this part
#error Your version of BYOND is too out-of-date to compile this project. Go to byond.com/download and update.
#error Your version of BYOND is too out-of-date to compile this project. Go to https://secure.byond.com/download and update.
#error You need version 512 or higher
#endif