diff -r 5274fd9df321 -r 2a5ecd20bf16 BuildingForAndroid.wiki --- 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]
+* [http://hg.hedgewars.org/hedgewars/ Hedgewars Source]
* [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)
* [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)
* ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~
@@ -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==