mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.
This commit is contained in:
parent
bcc74d509a
commit
f79547a429
40 changed files with 72 additions and 72 deletions
8
.github/CONTRIBUTING.rst
vendored
8
.github/CONTRIBUTING.rst
vendored
|
|
@ -6,19 +6,19 @@ Build Status
|
|||
|
||||
- main
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.x.stable/>`_
|
||||
|
||||
- 3.9
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.9.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.9.stable/>`_
|
||||
|
||||
- 3.8
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.8.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.8.stable/>`_
|
||||
|
||||
- 3.7
|
||||
|
||||
+ `Stable buildbots <http://buildbot.python.org/3.7.stable/>`_
|
||||
+ `Stable buildbots <https://buildbot.python.org/3.7.stable/>`_
|
||||
|
||||
|
||||
Thank You
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue