Skip to content

Commit 9ca6a38

Browse files
committed
Fix URL for GitHub pages
1 parent 2572b35 commit 9ca6a38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Async Http Client
22
-----------------
33

4-
Getting started [HTML](http://sonatype.github.com/async-http-client/) [PDF](http://is.gd/kexrN)
4+
Getting started [HTML](https://asynchttpclient.github.io/async-http-client/) [PDF](http://is.gd/kexrN)
55
With [WebSockets](http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/)
66

77
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. The library also supports the WebSocket Protocol. The Async HTTP Client library is simple to use. First, in order to add it to your Maven project, simply add this dependency:
@@ -18,7 +18,7 @@ You can also download the artifact
1818

1919
[Maven Search](http://search.maven.org)
2020

21-
Then in your code you can simply do [Javadoc](http://asynchttpclient.github.io/async-http-client/apidocs/reference/packages.html)
21+
Then in your code you can simply do [Javadoc](https://asynchttpclient.github.io/async-http-client/apidocs/reference/packages.html)
2222

2323
```java
2424
import com.ning.http.client.*;

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
</snapshotRepository>
399399
<site>
400400
<id>github</id>
401-
<url>gitsite:[email protected]/sonatype/async-http-client.git</url>
401+
<url>gitsite:[email protected]/AsyncHttpClient/async-http-client.git</url>
402402
</site>
403403
</distributionManagement>
404404
<repositories>

0 commit comments

Comments
 (0)