diff -r ffa20ab0669b -r 30c5f1ebd552 BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Mon Mar 21 03:06:12 2016 +0000 +++ b/BuildingOnLinux.wiki Thu Mar 24 09:55:10 2016 -0400 @@ -8,7 +8,7 @@ It has a partial focus on Debian, but this guide attempts to include generic information as well. -Also, see http://hedgewars.org/download.html if you are just looking to play latest stable—there’s a good chance it exists for your distribution. +Also, see https://hedgewars.org/download.html if you are just looking to play latest stable—there’s a good chance it exists for your distribution. == Prerequisites == The first section contains dependency lists, the second section contain copy-and-paste instructions for Debian and derivatives (Ubuntu, Linux Mint, etc.). @@ -43,13 +43,13 @@ Below you find instructions for downloading the Hedgewars source code from the development repository. -If you have already downloaded and unpacked the source code version of your choice (e.g. the source tarball from the [http://hedgewars.org/download.html download page]), just {{{cd}}} to your copy of the Hedgewars source in a terminal and go straight to the building section further below. +If you have already downloaded and unpacked the source code version of your choice (e.g. the source tarball from the [https://hedgewars.org/download.html download page]), just {{{cd}}} to your copy of the Hedgewars source in a terminal and go straight to the building section further below. ---- {{{ mkdir -p ~/games ~/hg/hedgewars/ cd ~/hg/hedgewars -hg clone -v http://hg.hedgewars.org/hedgewars/ trunk +hg clone -v https://hg.hedgewars.org/hedgewars/ trunk }}} The initial clone of the repository will take a while, is about 628 MiB or so, due to all the multimedia revisions.