summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-06-25 15:57:17 +0200
committerJohn Villalovos <john@sodarock.com>2022-06-25 07:10:14 -0700
commit49c7e83f768ee7a3fec19085a0fa0a67eadb12df (patch)
treec299d357a7b2a44c7477d99052a49da2a97724f1
parent5583eaa108949386c66290fecef4d064f44b9e83 (diff)
downloadgitlab-49c7e83f768ee7a3fec19085a0fa0a67eadb12df.tar.gz
docs(api): stop linking to python-requests.org
-rw-r--r--docs/api-usage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst
index fb43cbc..2a8a3b9 100644
--- a/docs/api-usage.rst
+++ b/docs/api-usage.rst
@@ -369,7 +369,7 @@ python-gitlab:
gl = gitlab.gitlab(url, token, api_version=4, session=session)
Reference:
-https://2.python-requests.org/en/master/user/advanced/#proxies
+https://requests.readthedocs.io/en/latest/user/advanced/#proxies
SSL certificate verification
----------------------------
@@ -381,7 +381,7 @@ If you need python-gitlab to use your system CA store instead, you can provide
the path to the CA bundle in the `REQUESTS_CA_BUNDLE` environment variable.
Reference:
-https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification
+https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification
Client side certificate
-----------------------
@@ -398,7 +398,7 @@ The following sample illustrates how to use a client-side certificate:
gl = gitlab.gitlab(url, token, api_version=4, session=session)
Reference:
-https://2.python-requests.org/en/master/user/advanced/#client-side-certificates
+https://requests.readthedocs.io/en/latest/user/advanced/#client-side-certificates
Rate limits
-----------