HedgeroidGuide.wiki
changeset 592 2a5ecd20bf16
parent 298 9eb97ce0fec8
child 798 30c5f1ebd552
--- a/HedgeroidGuide.wiki	Sun Sep 06 06:33:12 2015 +0200
+++ b/HedgeroidGuide.wiki	Sun Sep 06 06:45:48 2015 +0200
@@ -14,7 +14,7 @@
 
 We need to download these packages:
 
-* [http://code.google.com/p/hedgewars/ Hedgewars Source]<br>
+* [http://hg.hedgewars.org/hedgewars/ Hedgewars Source]<br>
 * [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)<br>
 * [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)<br>
 * ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~<br>
@@ -28,7 +28,7 @@
 
 Using mercurial you can pull the hedgeroid branch using
 {{{
-hg clone https://hedgewars.googlecode.com/hg/ hedgewars
+hg clone http://hg.hedgewars.org/hedgewars/ hedgewars
 }}}
 
 ==Android SDK==