Skip to content

Commit 1466ad7

Browse files
authored
Fix GitHub links (#5835)
All of these links now redirect to a repo under a different GitHub user account.
1 parent f6d43b0 commit 1466ad7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/community/recommended.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Betamax
5959
`Betamax`_ records your HTTP interactions so the NSA does not have to.
6060
A VCR imitation designed only for Python-Requests.
6161

62-
.. _betamax: https://github.com/sigmavirus24/betamax
62+
.. _betamax: https://github.com/betamaxpy/betamax

docs/user/advanced.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ library to use SSLv3::
10061006
block=block, ssl_version=ssl.PROTOCOL_SSLv3)
10071007

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

10111011
.. _blocking-or-nonblocking:
10121012

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

10271027
.. _`requests-threads`: https://github.com/requests/requests-threads
1028-
.. _`grequests`: https://github.com/kennethreitz/grequests
1028+
.. _`grequests`: https://github.com/spyoungtech/grequests
10291029
.. _`requests-futures`: https://github.com/ross/requests-futures
10301030
.. _`httpx`: https://github.com/encode/httpx
10311031

0 commit comments

Comments
 (0)