From 2c57f76f9b66c8bdb7512557148b492fd951fdde Mon Sep 17 00:00:00 2001 From: souravbadami Date: Thu, 15 Dec 2016 00:05:41 +0530 Subject: [PATCH] Modified the broken link. --- doc/sources/guide/packaging-android.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/packaging-android.rst b/doc/sources/guide/packaging-android.rst index 28feb5fd4..d324f0e9a 100644 --- a/doc/sources/guide/packaging-android.rst +++ b/doc/sources/guide/packaging-android.rst @@ -159,7 +159,7 @@ python-for-android use the :code:`--release` option to build.py. This creates a release APK in the :code:`bin` directory, which you must properly sign and zipalign. The procedure for doing this is described in the Android documentation -at http://developer.android.com/guide/publishing/app-signing.html - +at https://developer.android.com/studio/publish/app-signing.html#signing-manually - all the necessary tools come with the Android SDK.