diff --git a/src/doc/rustc/src/platform-support/android.md b/src/doc/rustc/src/platform-support/android.md index dcf7659130a38..570379e157248 100644 --- a/src/doc/rustc/src/platform-support/android.md +++ b/src/doc/rustc/src/platform-support/android.md @@ -24,9 +24,12 @@ Android targets support std. Generated binaries use the ELF file format. ## NDK/API Update Policy -Rust will support the most recent Long Term Support (LTS) Android Native -Development Kit (NDK). By default Rust will support all API levels supported -by the NDK, but a higher minimum API level may be required if deemed necessary. +Rust will support the most recent Long Term Support (LTS) [Android Native +Development Kit (NDK)][NDK]. By default Rust will support all [API levels supported +by the NDK][API-levels], but a higher minimum API level may be required if deemed necessary. + +[NDK]: https://github.com/android/ndk/wiki +[API-levels]: https://github.com/android/ndk/wiki/Compatibility ## Building the target