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

Commitb392c21

Browse files
committed
chore: fix broken requests links
Another case of the double slash rewrite.
1 parent37e8d5d commitb392c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Requirements
3131

3232
python-gitlab depends on:
3333

34-
* `python-requests<http://docs.python-requests.org/en/latest/>`_
34+
* `python-requests<https://2.python-requests.org/en/latest/>`_
3535

3636
Install with pip
3737
----------------

‎docs/api-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ python-gitlab:
307307
gl= gitlab.gitlab(url, token,api_version=4,session=session)
308308
309309
Reference:
310-
http://docs.python-requests.org/en/master/user/advanced/#proxies
310+
https://2.python-requests.org/en/master/user/advanced/#proxies
311311

312312
SSL certificate verification
313313
----------------------------
@@ -336,7 +336,7 @@ The following sample illustrates how to use a client-side certificate:
336336
gl= gitlab.gitlab(url, token,api_version=4,session=session)
337337
338338
Reference:
339-
http://docs.python-requests.org/en/master/user/advanced/#client-side-certificates
339+
https://2.python-requests.org/en/master/user/advanced/#client-side-certificates
340340

341341
Rate limits
342342
-----------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp