You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,21 @@ The Mapbox Java SDK contains directions, geocoding, and many more APIs to use in
21
21
22
22
## Getting Started
23
23
24
-
If you are looking to include this inside your project, please take a look at [the detailed instructions](https://www.mapbox.com/android-docs/mapbox-services/) found in our docs. If you are interested in building from source, read the contributing guide inside this project.
24
+
If you are looking to include this inside your project, please take a look at [the detailed instructions](https://www.mapbox.com/android-docs/java-sdk/overview/#installation) found in our docs. If you are interested in building from source, read the contributing guide inside of this project.
25
25
26
26
## Documentation
27
27
28
-
You'll find all of the documentation for this SDK on [our Mapbox Services page](https://www.mapbox.com/android-docs/mapbox-services/). This includes information on installation, using the APIs, and links to the API reference.
28
+
You'll find all of the documentation for this SDK on [our Mapbox Java documentation page](https://www.mapbox.com/android-docs/java-sdk/overview/). This includes information on installation, using the APIs, and links to the API reference.
29
29
30
30
## Getting Help
31
31
32
32
-**Need help with your code?**: Look for previous questions on the [#mapbox tag](https://stackoverflow.com/questions/tagged/mapbox+android) — or [ask a new question](https://stackoverflow.com/questions/tagged/mapbox+android).
33
-
-**Have a bug to report?**[Open an issue](https://github.com/mapbox/mapbox-java/issues/new). If possible, include the version of Mapbox Services, a full log, and a project that shows the issue.
33
+
-**Have a bug to report?**[Open an issue](https://github.com/mapbox/mapbox-java/issues/new). If possible, include the version of Mapbox Java, a full log, and a project that shows the issue.
34
34
-**Have a feature request?**[Open an issue](https://github.com/mapbox/mapbox-java/issues/new). Tell us what the feature should do and why you want the feature.
35
35
36
36
## Using Snapshots
37
37
38
-
If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use a `-SNAPSHOT` release of the current development version of Mapbox Services via Gradle, available on [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/mapbox/mapboxsdk/). There are several different snapshots built nightly. Feel free to use any of the modules as needed.
38
+
If you want to test recent bugfixes or features that have not been packaged in an official release yet, you can use a `-SNAPSHOT` release of the current development version of the Mapbox Java SDK via Gradle, available on [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/mapbox/mapboxsdk/). There are several different snapshots built nightly. Feel free to use any of the modules as needed.
39
39
40
40
```gradle
41
41
repositories {
@@ -50,7 +50,7 @@ dependencies {
50
50
51
51
## Sample code
52
52
53
-
Check the [the Mapbox Java SDK's Android Test App](https://github.com/mapbox/mapbox-java/tree/master/mapbox/app) for examples or download the [Mapbox Demo App](https://play.google.com/store/apps/details?id=com.mapbox.mapboxandroiddemo) to see what's possible with the Mapbox Java SDK. You can also visit the [Mapbox Android examples page](https://www.mapbox.com/android-docs/mapbox-services/examples/) for additional code examples.
53
+
Check the [the Mapbox Java SDK's Android Test App](https://github.com/mapbox/mapbox-java/tree/master/mapbox/app) for examples or download the [Mapbox Demo App](https://play.google.com/store/apps/details?id=com.mapbox.mapboxandroiddemo) to see what's possible with the Mapbox Java SDK. You can also visit the [Mapbox Android examples page](https://www.mapbox.com/android-docs/java-sdk/examples) for additional code examples.
0 commit comments