BuildingOnWindows: Update links
authorWuzzy
Mon, 20 May 2019 19:56:17 +0100
changeset 1893 dae83669bc68
parent 1892 e9ec12d8d741
child 1894 1f4a90b1ff35
BuildingOnWindows: Update links
BuildingOnWindows.wiki
--- a/BuildingOnWindows.wiki	Mon May 20 19:52:20 2019 +0100
+++ b/BuildingOnWindows.wiki	Mon May 20 19:56:17 2019 +0100
@@ -13,17 +13,17 @@
 Basically, you need to have all dependencies listed at [Dependencies]. The following is a list of where you can obtain the dependencies for Windows:
 
  # CMake - download the *Windows (Win32 Installer)* 
-  * Link: http://cmake.org/cmake/resources/software.html
+  * Link: https://cmake.org/download/
  # FreePascal - download the *Download as installer* 
-  * Link: http://sourceforge.net/projects/freepascal/files/Win32/2.6.0/fpc-2.6.0.i386-win32.exe/download
+  * Link: http://sourceforge.net/projects/freepascal/
  # Qt SDK - Select the online installer, as it will save you ~1 GB of bandwidth. Nokia will also require you to register an account to download it.
-  * Link: http://www.developer.nokia.com/info/sw.nokia.com/id/da8df288-e615-443d-be5c-00c8a72435f8/Qt_SDK.html
+  * Link: https://www.qt.io/download-qt-installer
  # Mercurial - pick one (TortoiseHg has a GUI and is more user-friendly)
   # TortoiseHg - Chose one based on your OS version
-   * Link: http://tortoisehg.bitbucket.org/download/index.html
+   * Link: https://tortoisehg.bitbucket.io/
   # Command-line mercurial
    * Link: http://mercurial.selenic.com/downloads/
- # _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows.
+ # **!!!BROKEN LINK!!!** _Windows building archive_ - it contains everything you need to compile Hedgewars on Windows. 
    * Link: http://hedgewars.googlecode.com/files/hedgewars-win32-buildscripts.zip
 
 == Setup ==