Skip to content

Commit d6ddae8

Browse files
authored
Swap jfarcand dead blog post links on README (AsyncHttpClient#1738)
Add internet archive ones instead.
1 parent 12f4b2a commit d6ddae8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,10 @@ Response response = c.executeRequest(propFindRequest, new AsyncHandler() {
301301
You can find more information on Jean-François Arcand's blog. Jean-François is the original author of this library.
302302
Code is sometimes not up-to-date but gives a pretty good idea of advanced features.
303303

304-
* https://jfarcand.wordpress.com/2010/12/21/going-asynchronous-using-asynchttpclient-the-basic/
305-
* https://jfarcand.wordpress.com/2011/01/04/going-asynchronous-using-asynchttpclient-the-complex/
306-
* https://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/
304+
* http://web.archive.org/web/20111224171448/http://jfarcand.wordpress.com/2011/01/12/going-asynchronous-using-asynchttpclient-for-dummies/
305+
* http://web.archive.org/web/20111224171241/http://jfarcand.wordpress.com/2010/12/21/going-asynchronous-using-asynchttpclient-the-basic/
306+
* http://web.archive.org/web/20111224162752/http://jfarcand.wordpress.com/2011/01/04/going-asynchronous-using-asynchttpclient-the-complex/
307+
* http://web.archive.org/web/20120218183108/http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/
307308

308309
## User Group
309310

0 commit comments

Comments
 (0)