BuildingForAndroid.wiki
changeset 592 2a5ecd20bf16
parent 297 7bfe4334f7dd
child 679 eb7ce88e589d
--- a/BuildingForAndroid.wiki	Sun Sep 06 06:33:12 2015 +0200
+++ b/BuildingForAndroid.wiki	Sun Sep 06 06:45:48 2015 +0200
@@ -9,7 +9,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>
@@ -23,7 +23,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==