--- 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==