summaryrefslogtreecommitdiff
path: root/platform/android/CONTRIBUTING_MACOS.md
diff options
context:
space:
mode:
authorCameron Mace <cameron@mapbox.com>2016-09-16 15:25:19 -0400
committerGitHub <noreply@github.com>2016-09-16 15:25:19 -0400
commit032b4d896427116d9314216d0b5f991cdd2f37b7 (patch)
tree0501c68397711b1e1603281807e5daa339edcf34 /platform/android/CONTRIBUTING_MACOS.md
parentd2246b22e00ef1b189b3e2f279f6b1af056ef995 (diff)
downloadqtlocation-mapboxgl-032b4d896427116d9314216d0b5f991cdd2f37b7.tar.gz
fixed readme image and links in contributing file (#6357)
Diffstat (limited to 'platform/android/CONTRIBUTING_MACOS.md')
-rw-r--r--platform/android/CONTRIBUTING_MACOS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/CONTRIBUTING_MACOS.md b/platform/android/CONTRIBUTING_MACOS.md
index 447e989d6f..8343dab835 100644
--- a/platform/android/CONTRIBUTING_MACOS.md
+++ b/platform/android/CONTRIBUTING_MACOS.md
@@ -57,11 +57,11 @@ Run:
// Makes arm7 ABI version of Core GL
// Can be run on most Android phones and arm emulator
make android
-
+
// Make x86 version of Core GL
// Useful for running faster Anroid x86 emulator on Macs
make android-lib-x86
Once Core GL has been built, the TestApp can be run by selecting `MapboxGLAndroidSDKTestApp` from the Run menu or toolbar in Android Studio.
-**Next: get your app [running on a hardware Android Device](docs/ANDROID_DEVICE.md) or [simulator](docs/ANDROID_SIMULATOR.md)**
+**Next: get your app [running on a hardware Android Device](platform/android/README.md#running-mapbox-gl-native-on-a-hardware-android-device) or [simulator](platform/android/README.md#setting-up-the-android-emulator)**