Skip to content

Commit

Permalink
Fix GitHub links (psf#5835)
Browse files Browse the repository at this point in the history
All of these links now redirect to a repo under a different GitHub
user account.
  • Loading branch information
fmarier authored and Jonathan Fung committed Jul 15, 2021
1 parent 4b73dc3 commit cabb85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/community/recommended.rst
Expand Up @@ -59,4 +59,4 @@ Betamax
`Betamax`_ records your HTTP interactions so the NSA does not have to.
A VCR imitation designed only for Python-Requests.

.. _betamax: https://github.com/sigmavirus24/betamax
.. _betamax: https://github.com/betamaxpy/betamax
4 changes: 2 additions & 2 deletions docs/user/advanced.rst
Expand Up @@ -1006,7 +1006,7 @@ library to use SSLv3::
block=block, ssl_version=ssl.PROTOCOL_SSLv3)

.. _`described here`: https://www.kennethreitz.org/essays/the-future-of-python-http
.. _`urllib3`: https://github.com/shazow/urllib3
.. _`urllib3`: https://github.com/urllib3/urllib3

.. _blocking-or-nonblocking:

Expand All @@ -1025,7 +1025,7 @@ out there that combine Requests with one of Python's asynchronicity frameworks.
Some excellent examples are `requests-threads`_, `grequests`_, `requests-futures`_, and `httpx`_.

.. _`requests-threads`: https://github.com/requests/requests-threads
.. _`grequests`: https://github.com/kennethreitz/grequests
.. _`grequests`: https://github.com/spyoungtech/grequests
.. _`requests-futures`: https://github.com/ross/requests-futures
.. _`httpx`: https://github.com/encode/httpx

Expand Down

0 comments on commit cabb85e

Please sign in to comment.