Fix images and link in the Android Bazel tutorial.
RELNOTES: None.
PiperOrigin-RevId: 221146342
diff --git a/site/docs/tutorial/android-app.md b/site/docs/tutorial/android-app.md
index 1c7c3e1..339fbc7 100644
--- a/site/docs/tutorial/android-app.md
+++ b/site/docs/tutorial/android-app.md
@@ -169,7 +169,8 @@
```
**Optional:** If you want to compile native code into your Android app, you
-also need to download the [Android NDK](https://developer.android.com/ndk/downloads/index.html
+also need to download the [Android
+NDK](https://developer.android.com/ndk/downloads/index.html)
and tell Bazel where to find it by adding the following line to your `WORKSPACE` file:
```python