From: Tshepang Lekhonkhobe Date: Mon, 14 Jul 2014 14:13:23 +0000 (+0200) Subject: Fix broken link X-Git-Tag: v2.4.0~29^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36b6c3749694d0d76282a12d69a36cdaf562b792;p=services%2Fpython-requests.git Fix broken link --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index f384f15..6a39063 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -661,7 +661,7 @@ SSLv3: block=block, ssl_version=ssl.PROTOCOL_SSLv3) -.. _`described here`: http://kennethreitz.org/exposures/the-future-of-python-http +.. _`described here`: http://www.kennethreitz.org/essays/the-future-of-python-http .. _`urllib3`: https://github.com/shazow/urllib3 Blocking Or Non-Blocking?