From e1daa4e3e454dfcb66822d2de727bad9733073ea Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Mon, 31 May 2021 19:51:41 -0700 Subject: [PATCH] Fix GitHub links All of these links now redirect to a repo under a different GitHub user account. --- docs/community/recommended.rst | 2 +- docs/user/advanced.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/community/recommended.rst b/docs/community/recommended.rst index 04387bc1ac..517f4b1895 100644 --- a/docs/community/recommended.rst +++ b/docs/community/recommended.rst @@ -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 diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 68f36999ef..aa4b1ddb6a 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -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: @@ -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