Skip to content

Commit

Permalink
Fixed some doc issues with Python Requests preventing the tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
gchq83514 authored and singingwolfboy committed Oct 18, 2019
1 parent bee1f9e commit 1f42014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"flask": ("http://flask.pocoo.org/docs/", None),
"flask_login": ("https://flask-login.readthedocs.io/en/latest/", None),
"werkzeug": ("http://werkzeug.pocoo.org/docs/", None),
"requests": ("http://docs.python-requests.org/en/latest/", None),
"requests": ("https://requests.kennethreitz.org/en/latest/", None),
"oauthlib": ("https://oauthlib.readthedocs.io/en/latest/", None),
"requests_oauthlib": ("https://requests-oauthlib.readthedocs.io/en/latest/", None),
"sqlalchemy": ("https://docs.sqlalchemy.org/en/latest/", None),
Expand Down
2 changes: 1 addition & 1 deletion docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ Provided Pytest Fixture

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

0 comments on commit 1f42014

Please sign in to comment.