Skip to content

Commit 49c7e83

Browse files
nejchJohnVillalovos
authored andcommitted
docs(api): stop linking to python-requests.org
1 parent 5583eaa commit 49c7e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ python-gitlab:
369369
gl = gitlab.gitlab(url, token, api_version=4, session=session)
370370
371371
Reference:
372-
https://2.python-requests.org/en/master/user/advanced/#proxies
372+
https://requests.readthedocs.io/en/latest/user/advanced/#proxies
373373

374374
SSL certificate verification
375375
----------------------------
@@ -381,7 +381,7 @@ If you need python-gitlab to use your system CA store instead, you can provide
381381
the path to the CA bundle in the `REQUESTS_CA_BUNDLE` environment variable.
382382

383383
Reference:
384-
https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification
384+
https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification
385385

386386
Client side certificate
387387
-----------------------
@@ -398,7 +398,7 @@ The following sample illustrates how to use a client-side certificate:
398398
gl = gitlab.gitlab(url, token, api_version=4, session=session)
399399
400400
Reference:
401-
https://2.python-requests.org/en/master/user/advanced/#client-side-certificates
401+
https://requests.readthedocs.io/en/latest/user/advanced/#client-side-certificates
402402

403403
Rate limits
404404
-----------

0 commit comments

Comments
 (0)