summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2019-03-12 10:55:54 -0700
committerGitHub <noreply@github.com>2019-03-12 10:55:54 -0700
commit6221adce4fa7b64ae86097b345d492c82c88824a (patch)
tree7fa96caf2dea6d73a304b46af05b7a1b08b5dcb9
parent103f86c4bca08c34c592edd481f078b7bf77cb3f (diff)
downloadqtlocation-mapboxgl-6221adce4fa7b64ae86097b345d492c82c88824a.tar.gz
[android] Updated Android readme links and writingupstream/ls-android-readme-docs-and-link-updates
-rw-r--r--platform/android/README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/platform/android/README.md b/platform/android/README.md
index 739096877d..b7b2cb2255 100644
--- a/platform/android/README.md
+++ b/platform/android/README.md
@@ -4,21 +4,17 @@
[![](https://www.mapbox.com/android-docs/assets/overview-map-sdk-322-9abe118316efb5910b6101e222a2e57c.png)](https://docs.mapbox.com/android/maps/overview/)
-A library based on [Mapbox GL Native](../../README.md) for embedding interactive map views with scalable, customizable vector maps onto Android devices.
+The Mapbox Maps SDK for Android is a library based on [Mapbox GL Native](../../README.md) for embedding interactive map views with scalable, customizable vector maps onto Android devices.
## Getting Started
-Alright. So, actually, you may be in the wrong place. From here on in, this README is going to be for people who are interested in working on and improving the Maps SDK for Android.
+This particular README is for people who are interested in working on and improving the Maps SDK for Android. If you're looking for more general information and instructions on the Maps SDK:
Visit [https://docs.mapbox.com/android/maps/overview](https://docs.mapbox.com/android/maps/overview/) to see current documentation on the Maps SDK for Android.
-To view the current API Javadoc files on the Maps SDK for Android, visit [https://docs.mapbox.com/android/maps/overview](https://docs.mapbox.com/android/maps/overview) and click on `API Reference` towards the top of the page
-
-![screen shot 2019-02-26 at 11 21 17 am](https://user-images.githubusercontent.com/4394910/53440121-a9f9d900-39b8-11e9-99c0-93719dae4c18.png)
-
-
-To install and use the Mapbox Maps SDK for Android in an application, see [the Mapbox website's Android install flow](https://www.mapbox.com/install/android/).
+Visit [https://docs.mapbox.com/android/api/map-sdk](https://docs.mapbox.com/android/api/map-sdk/) to view the Maps SDK's current API reference Javadoc files.
+See [the Mapbox website's Android install flow](https://www.mapbox.com/install/android/) to install and use the Mapbox Maps SDK for Android in an application.
### Setup environment