Skip to content

Commit

Permalink
Fix broken link to adapters essay (#5899)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsadok committed Aug 4, 2021
1 parent d8829f9 commit b0e025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/advanced.rst
Expand Up @@ -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:
Expand Down

0 comments on commit b0e025a

Please sign in to comment.