Fix broken link to adapters essay (#5899)

This commit is contained in:
Israel Tsadok
2021-08-04 08:58:51 +03:00
committed by GitHub
parent d8829f9f24
commit b0e025ade7
+1 -1
View File
@@ -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: