BuildingOnWindows.wiki
changeset 798 30c5f1ebd552
parent 774 86e81308d67d
child 1891 8c23bd1647de
--- a/BuildingOnWindows.wiki	Mon Mar 21 03:06:12 2016 +0000
+++ b/BuildingOnWindows.wiki	Thu Mar 24 09:55:10 2016 -0400
@@ -5,7 +5,7 @@
 == Warning! ==
 These build instructions are very outdated. Try to build under [BuildingOnLinux GNU/Linux], if you can.
 
-If you have managed to get a successful Windows build for a recent Hedgewars build, please get in touch with us (Try the forums, for example: http://hedgewars.org/forum)
+If you have managed to get a successful Windows build for a recent Hedgewars build, please get in touch with us (Try the forums, for example: https://hedgewars.org/forum)
 
 == Things to download ==
 First of all, please use this guide over here ( http://windows.microsoft.com/en-US/windows7/find-out-32-or-64-bit) to see whether your OS is 32 or 64 bit. You will need it while doing the setup.
@@ -38,7 +38,7 @@
   # Using TortoiseHg
    * Right-click in any folder on your computer
    * Select Tortoise HG -> Clone.
-   * In the _Source_ textbox enter: http://hg.hedgewars.org/hedgewars/
+   * In the _Source_ textbox enter: https://hg.hedgewars.org/hedgewars/
    * Press clone
   # Using command-line Mercurial
    * If you have Windows 7 skip the next 3 steps, and instead, SHIFT + Right click in the folder where you want to download the source.
@@ -50,7 +50,7 @@
    * Navigate to where you want to download the source
    * Type and execute ( The initial clone of the repository will take a while, is about 550MiB or so... ):
 {{{
-hg clone http://hg.hedgewars.org/hedgewars/ trunk
+hg clone https://hg.hedgewars.org/hedgewars/ trunk
 }}}
  # Navigate to the where you cloned the repository source to.
  # Go to the "tools/build_windows.bat" file, and modify the following: