Skip to content

Commit 1b6d7ec

Browse files
authored
docs: fix links for requests library
1 parent b81008a commit 1b6d7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/initialization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Initialization
22
==============
33

4-
.. _Requests: https://2.python-requests.org/en/master/
5-
.. _Session: https://2.python-requests.org/en/master/user/advanced/#session-objects
4+
.. _Requests: https://requests.readthedocs.io/en/latest/
5+
.. _Session: https://requests.readthedocs.io/en/latest/user/advanced/#session-objects
66

77
**PyOData** requires an external HTTP library which has API compatible with
88
Session_ from Requests_.

0 commit comments

Comments
 (0)