Skip to content

Commit 01342f8

Browse files
committed
2 parents 6a061d3 + 1f42014 commit 01342f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"flask": ("http://flask.pocoo.org/docs/", None),
282282
"flask_login": ("https://flask-login.readthedocs.io/en/latest/", None),
283283
"werkzeug": ("http://werkzeug.pocoo.org/docs/", None),
284-
"requests": ("http://docs.python-requests.org/en/latest/", None),
284+
"requests": ("https://requests.kennethreitz.org/en/latest/", None),
285285
"oauthlib": ("https://oauthlib.readthedocs.io/en/latest/", None),
286286
"requests_oauthlib": ("https://requests-oauthlib.readthedocs.io/en/latest/", None),
287287
"sqlalchemy": ("https://docs.sqlalchemy.org/en/latest/", None),

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,5 @@ Provided Pytest Fixture
201201

202202
.. _pytest: https://docs.pytest.org/
203203
.. _Betamax: https://github.com/betamaxpy/betamax
204-
.. _Requests: http://docs.python-requests.org
204+
.. _Requests: https://requests.kennethreitz.org/
205205
.. _@sigmavirus24: https://github.com/sigmavirus24/

0 commit comments

Comments
 (0)