Skip to content

Commit 09e19db

Browse files
committed
add a link to automatically hosted javadocs
1 parent 1b7c9e1 commit 09e19db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Async Http Client
22
-----------------
33

4+
[Javadoc](http://www.javadoc.io/doc/com.ning/async-http-client/)
5+
46
Getting started [HTML](https://asynchttpclient.github.io/async-http-client/),
57
with [WebSockets](http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/)
68

@@ -20,7 +22,7 @@ You can also download the artifact
2022

2123
[Maven Search](http://search.maven.org)
2224

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

2527
```java
2628
import com.ning.http.client.*;

0 commit comments

Comments
 (0)