Skip to content

Commit

Permalink
chore: fix broken requests links
Browse files Browse the repository at this point in the history
Another case of the double slash rewrite.
  • Loading branch information
nejch committed Feb 25, 2020
1 parent 37e8d5d commit b392c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -31,7 +31,7 @@ Requirements

python-gitlab depends on:

* `python-requests <http://docs.python-requests.org/en/latest/>`_
* `python-requests <https://2.python-requests.org/en/latest/>`_

Install with pip
----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/api-usage.rst
Expand Up @@ -307,7 +307,7 @@ python-gitlab:
gl = gitlab.gitlab(url, token, api_version=4, session=session)
Reference:
http://docs.python-requests.org/en/master/user/advanced/#proxies
https://2.python-requests.org/en/master/user/advanced/#proxies

SSL certificate verification
----------------------------
Expand Down Expand Up @@ -336,7 +336,7 @@ The following sample illustrates how to use a client-side certificate:
gl = gitlab.gitlab(url, token, api_version=4, session=session)
Reference:
http://docs.python-requests.org/en/master/user/advanced/#client-side-certificates
https://2.python-requests.org/en/master/user/advanced/#client-side-certificates

Rate limits
-----------
Expand Down

0 comments on commit b392c21

Please sign in to comment.