From bae9f66cb5087564fd078fa938d37116ec270ce3 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 9 Aug 2018 08:22:38 -0700 Subject: [PATCH] Remove unused anchor link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ad6b87f..346ea7a9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ rustup target add arm-linux-androideabi ``` In addition to that, you also need to install the Android -[NDK](https://developer.android.com/ndk/guides/#install). +[NDK](https://developer.android.com/ndk/guides/). The recommended NDK version is [r16b](https://developer.android.com/ndk/downloads/older_releases). The Android [SDK](https://developer.android.com/studio/) is not mandatory