diff -r 5274fd9df321 -r 2a5ecd20bf16 BuildingOnWindows.wiki --- a/BuildingOnWindows.wiki Sun Sep 06 06:33:12 2015 +0200 +++ b/BuildingOnWindows.wiki Sun Sep 06 06:45:48 2015 +0200 @@ -32,7 +32,7 @@ # Using TortoiseHg * Right-click in any folder on your computer * Select Tortoise HG -> Clone. - * In the _Source_ textbox enter: https://hedgewars.googlecode.com/hg/ + * In the _Source_ textbox enter: http://hg.hedgewars.org/hedgewars/raw-file/default/ * 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. @@ -44,7 +44,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 https://hedgewars.googlecode.com/hg/ trunk +hg clone http://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: