Skip to content

Commit d76c3d8

Browse files
author
Cameron Mace
authored
Merge pull request #72 from mapbox/cam-update-readme
Updated readme
2 parents 3cf5643 + bed970a commit d76c3d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ The Mapbox Navigation SDK is a precise and flexible platform which enables your
1313

1414
## Getting Started
1515

16-
If you are looking to include this inside your project, please take a look at [the detailed instructions](https://www.mapbox.com/android-docs/navigation/latest/getting-started/) found in our docs. If you are interested in building from source, read the contributing guide inside this project.
16+
If you are looking to include this inside your project, please take a look at [the detailed instructions](https://www.mapbox.com/android-docs/navigation/overview/) found in our docs. If you are interested in building from source, read the contributing guide inside this project.
1717

1818
The snippet to add to your `build.gradle` file to use this SDK is the following:
1919

2020
```
2121
// Mapbox Navigation SDK for Android
2222
23-
compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.2.0'
23+
compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.3.0'
2424
2525
```
2626

2727
## Documentation
2828

29-
You'll find all of the documentation for this SDK on [our Mapbox Navigation page](https://www.mapbox.com/android-docs/navigation/latest/getting-started/). This includes information on installation, using the API, and links to the API reference.
29+
You'll find all of the documentation for this SDK on [our Mapbox Navigation page](https://www.mapbox.com/android-docs/navigation/overview/). This includes information on installation, using the API, and links to the API reference.
3030

3131
## Getting Help
3232

@@ -36,7 +36,7 @@ You'll find all of the documentation for this SDK on [our Mapbox Navigation page
3636

3737
## Using Snapshots
3838

39-
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 Navigation SDK via Gradle, available on [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/mapbox/mapboxsdk/).
39+
If you want to test recent bug fixes 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 Navigation SDK via Gradle, available on [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/com/mapbox/mapboxsdk/).
4040

4141
```gradle
4242
repositories {
@@ -45,7 +45,7 @@ repositories {
4545
}
4646
4747
dependencies {
48-
compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.3.0-SNAPSHOT'
48+
compile 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.4.0-SNAPSHOT'
4949
}
5050
```
5151

0 commit comments

Comments
 (0)