Skip to content

Commit e1cb146

Browse files
committed
Update README.md
PDF version of the guide is a 404 : http://is.gd/kexrN -> https://github.com/AsyncHttpClient/async-http-client/raw/master/docs/AHCQuickStartGuide.pdf , I couldn't find it anywhere else.
1 parent 3231440 commit e1cb146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

4-
Getting started [HTML](https://asynchttpclient.github.io/async-http-client/) [PDF](http://is.gd/kexrN)
5-
With [WebSockets](http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/)
4+
Getting started [HTML](https://asynchttpclient.github.io/async-http-client/),
5+
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:
88

0 commit comments

Comments
 (0)