summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--docs/api-usage.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 3802bcb..c00e0c6 100644
--- a/README.rst
+++ b/README.rst
@@ -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
----------------
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
-----------