summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-02-25 23:20:00 +0100
committerNejc Habjan <hab.nejc@gmail.com>2020-02-25 23:20:23 +0100
commitb392c21c669ae545a6a7492044479a401c0bcfb3 (patch)
tree6405773be4901151a6451d95af706e2a7be78661 /docs
parent37e8d5d2f0c07c797e347a7bc1441882fe118ecd (diff)
downloadgitlab-b392c21c669ae545a6a7492044479a401c0bcfb3.tar.gz
chore: fix broken requests links
Another case of the double slash rewrite.
Diffstat (limited to 'docs')
-rw-r--r--docs/api-usage.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst
index df8b27c..dac3997 100644
--- a/docs/api-usage.rst
+++ b/docs/api-usage.rst
@@ -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
----------------------------
@@ -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
-----------