From b0e025ade7ed30ed53ab61f542779af7e024932e Mon Sep 17 00:00:00 2001 From: Israel Tsadok Date: Wed, 4 Aug 2021 08:58:51 +0300 Subject: [PATCH] Fix broken link to adapters essay (#5899) --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 4ebd1ea0..2fc3ea8c 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -1017,7 +1017,7 @@ library to use SSLv3:: num_pools=connections, maxsize=maxsize, block=block, ssl_version=ssl.PROTOCOL_SSLv3) -.. _`described here`: https://www.kennethreitz.org/essays/the-future-of-python-http +.. _`described here`: https://kenreitz.org/essays/2012/06/14/the-future-of-python-http .. _`urllib3`: https://github.com/urllib3/urllib3 .. _blocking-or-nonblocking: