Skip to content

Commit

Permalink
Update another link broken by the search.maven.org UI change.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=209434636
  • Loading branch information
cpovirk authored and ronshapiro committed Aug 21, 2018
1 parent 2169b3a commit 3a68b06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# Dagger 2

[![Maven Central][mavenbadge-svg]][mavenbadge]
[![Maven Central][mavenbadge-svg]][mavencentral]

A fast dependency injector for Android and Java.

Expand Down Expand Up @@ -190,7 +190,7 @@ gradle.projectsEvaluated {

If you do not use maven, gradle, ivy, or other build systems that consume
maven-style binary artifacts, they can be downloaded directly via the
[Maven Central Repository][mavensearch].
[Maven Central Repository][mavencentral].

Developer snapshots are available from Sonatype's
[snapshot repository][dagger-snap], and are built on a clean build of
Expand Down Expand Up @@ -227,8 +227,7 @@ install a copy in your local maven repository with the version `LOCAL-SNAPSHOT`.
[gaktalk]: https://www.youtube.com/watch?v=oK_XtfXPkqw
[latestapi]: https://google.github.io/dagger/api/latest/
[mavenbadge-svg]: https://maven-badges.herokuapp.com/maven-central/com.google.dagger/dagger/badge.svg
[mavenbadge]: https://search.maven.org/artifact/com.google.dagger/dagger
[mavensearch]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.dagger%22
[mavencentral]: https://search.maven.org/artifact/com.google.dagger/dagger
[project]: http://github.com/google/dagger/
[proposal]: https://github.com/square/dagger/issues/366
[square]: http://github.com/square/dagger/
Expand Down

0 comments on commit 3a68b06

Please sign in to comment.