Skip to content

Commit a4d7e2e

Browse files
committed
Fix badges
1 parent 4c6debd commit a4d7e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ I's built on top of [Netty](https://github.com/netty/netty) and currently requir
1212

1313
Latest `version`: [![Maven][mavenImg]][mavenLink]
1414

15-
[mavenImg]: https://img.shields.io/maven-central/v/com.ning/async-http-client.svg
16-
[mavenLink]: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.ning%22%20AND%20a%3A%22async-http-client%22
15+
[mavenImg]: https://img.shields.io/maven-central/v/org.asynchttpclient/async-http-client.svg
16+
[mavenLink]: http://mvnrepository.com/artifact/org.asynchttpclient/async-http-client
1717

1818
## Installation
1919

20-
First, in order to add it to your Maven project, simply add this dependency -- see [mvnrepository](http://mvnrepository.com/artifact/org.asynchttpclient/async-http-client) for latest version:
20+
First, in order to add it to your Maven project, simply add this dependency:
2121

2222
```xml
2323
<dependency>

0 commit comments

Comments
 (0)