Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49c7e83

Browse files
nejchJohnVillalovos
authored andcommitted
docs(api): stop linking to python-requests.org
1 parent5583eaa commit49c7e83

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)

[8]ページ先頭

©2009-2025 Movatter.jp