From 2292023a1ba4f602dd97fcbd32ff5719a467d13c Mon Sep 17 00:00:00 2001 From: Radek Czemerys Date: Fri, 18 Aug 2017 13:25:59 -0700 Subject: [PATCH] Link to main Android NDK website Summary: It's probably better to link to main NDK page than downloads section. Closes https://github.com/facebook/react-native/pull/13764 Differential Revision: D5661133 Pulled By: hramos fbshipit-source-id: 18a54cada38bb894f2535e26b218818a854d699f --- docs/AndroidBuildingFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AndroidBuildingFromSource.md b/docs/AndroidBuildingFromSource.md index f59c1466b62..73dab4e4d6d 100644 --- a/docs/AndroidBuildingFromSource.md +++ b/docs/AndroidBuildingFromSource.md @@ -55,7 +55,7 @@ ndk.dir=/Users/your_unix_name/android-ndk/android-ndk-r10e 3. Windows (64-bit) - http://dl.google.com/android/repository/android-ndk-r10e-windows-x86_64.zip 4. Windows (32-bit) - http://dl.google.com/android/repository/android-ndk-r10e-windows-x86.zip -You can find further instructions on the [official page](http://developer.android.com/ndk/downloads/index.html). +You can find further instructions on the [official page](https://developer.android.com/ndk/index.html). ## Building the source