diff -r ffa20ab0669b -r 30c5f1ebd552 HedgeroidGuide.wiki --- a/HedgeroidGuide.wiki Mon Mar 21 03:06:12 2016 +0000 +++ b/HedgeroidGuide.wiki Thu Mar 24 09:55:10 2016 -0400 @@ -14,7 +14,7 @@ We need to download these packages: -* [http://hg.hedgewars.org/hedgewars/ Hedgewars Source]
+* [https://hg.hedgewars.org/hedgewars/ Hedgewars Source]
* [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)
* [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)
* ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~
@@ -28,7 +28,7 @@ Using mercurial you can pull the hedgeroid branch using {{{ -hg clone http://hg.hedgewars.org/hedgewars/ hedgewars +hg clone https://hg.hedgewars.org/hedgewars/ hedgewars }}} ==Android SDK==