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
This commit is contained in:
Radek Czemerys 2017-08-18 13:25:59 -07:00 committed by Facebook Github Bot
parent 809f1e97de
commit 2292023a1b
1 changed files with 1 additions and 1 deletions

View File

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