From 62c7b2710ab645adf40cfaa5207c19ee53d089f6 Mon Sep 17 00:00:00 2001 From: Tom Granot <8835035+TomGranot@users.noreply.github.com> Date: Wed, 7 Oct 2020 09:52:11 +0300 Subject: [PATCH] Swap jfarcand dead blog post links Add internet archive ones --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d001d2da5..8d7102beba 100644 --- a/README.md +++ b/README.md @@ -301,9 +301,10 @@ Response response = c.executeRequest(propFindRequest, new AsyncHandler() { You can find more information on Jean-François Arcand's blog. Jean-François is the original author of this library. Code is sometimes not up-to-date but gives a pretty good idea of advanced features. -* https://jfarcand.wordpress.com/2010/12/21/going-asynchronous-using-asynchttpclient-the-basic/ -* https://jfarcand.wordpress.com/2011/01/04/going-asynchronous-using-asynchttpclient-the-complex/ -* https://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/ +* http://web.archive.org/web/20111224171448/http://jfarcand.wordpress.com/2011/01/12/going-asynchronous-using-asynchttpclient-for-dummies/ +* http://web.archive.org/web/20111224171241/http://jfarcand.wordpress.com/2010/12/21/going-asynchronous-using-asynchttpclient-the-basic/ +* http://web.archive.org/web/20111224162752/http://jfarcand.wordpress.com/2011/01/04/going-asynchronous-using-asynchttpclient-the-complex/ +* http://web.archive.org/web/20120218183108/http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/ ## User Group