@@ -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
374374SSL certificate verification
375375----------------------------
@@ -381,7 +381,7 @@ If you need python-gitlab to use your system CA store instead, you can provide
381381the path to the CA bundle in the `REQUESTS_CA_BUNDLE ` environment variable.
382382
383383Reference:
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
386386Client 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
403403Rate limits
404404-----------