diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 07:13:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 07:13:49 (GMT) |
commit | f79547a429d5c90af83a0da821e082cba20d4712 (patch) | |
tree | 529f0f5c398d524e7ae54685fb22100ab2914b8f /.github/CONTRIBUTING.rst | |
parent | bcc74d509a3bd7e4fdc658179ae6d77614d1fd36 (diff) | |
download | cpython-f79547a429d5c90af83a0da821e082cba20d4712.zip cpython-f79547a429d5c90af83a0da821e082cba20d4712.tar.gz cpython-f79547a429d5c90af83a0da821e082cba20d4712.tar.bz2 |
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.
Diffstat (limited to '.github/CONTRIBUTING.rst')
-rw-r--r-- | .github/CONTRIBUTING.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 30a39a4..627f570 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -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 |