summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/android/CONTRIBUTING_LINUX.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/CONTRIBUTING_LINUX.md b/platform/android/CONTRIBUTING_LINUX.md
index abdc09e46a..d4b5200878 100644
--- a/platform/android/CONTRIBUTING_LINUX.md
+++ b/platform/android/CONTRIBUTING_LINUX.md
@@ -49,5 +49,3 @@ $ adb install -r platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/Ma
```
The debug version will emit considerable more log information (and run slower). Use simply `make android` to build a release version.
-
-**Next: get your app [running on a hardware Android Device](docs/ANDROID_DEVICE.md) or [simulator](docs/ANDROID_SIMULATOR.md)**