Skip to content

Commit c553b7a

Browse files
authored
Follow up on suggested comments from #791 and javadoc link update (#808)
1 parent 6300dbe commit c553b7a

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ obj
2424
#MacOS
2525
.DS_Store
2626

27-
dependency-graph-mapbox-libraries.png
2827

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<br>
3-
<a href="https://www.mapbox.com/android-docs/mapbox-services/overview/"><img src="https://github.com/mapbox/mapbox-java/blob/master/.github/mbxservice-logo.png" alt="Mapbox Service" width="400"></a>
3+
<a href="https://www.mapbox.com/android-docs/java-sdk/overview/"><img src="https://github.com/mapbox/mapbox-java/blob/master/.github/mbxservice-logo.png" alt="Mapbox Service" width="400"></a>
44
</h1>
55

66
<h4 align="center">Build powerful Java apps using Mapbox's tools and services</h4>

gradle/dependencies-graph.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ buildscript {
1111
import com.vanniktech.dependency.graph.generator.DependencyGraphGeneratorPlugin
1212
import com.vanniktech.dependency.graph.generator.DependencyGraphGeneratorExtension.Generator
1313

14-
1514
plugins.apply(DependencyGraphGeneratorPlugin)
1615

1716
def mapboxGenerator = new Generator(
1817
"mapboxLibraries", // Suffix for our Gradle task.
1918
{ dependency -> dependency.getModuleGroup().startsWith("com.mapbox") }, // Only want Mapbox libs.
20-
{ dependency -> true }, // Include transitive dependencies.
2119
)
2220

2321
dependencyGraphGenerator {

services-directions/src/main/java/com/mapbox/api/directions/v5/MapboxDirections.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* origin.
5151
* </p>
5252
*
53-
* @see <a href="https://www.mapbox.com/android-docs/mapbox-services/overview/directions/">Android
53+
* @see <a href="https://www.mapbox.com/android-docs/java-sdk/overview/directions/">Android
5454
* Directions documentation</a>
5555
* @see <a href="https://www.mapbox.com/api-documentation/#directions">Directions API
5656
* documentation</a>

0 commit comments

Comments
 (0)