diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-27 11:16:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 11:16:23 (GMT) |
commit | 2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6 (patch) | |
tree | fdb5122402d09ab3806b00803a5454cbe1d2241b /Doc/faq/general.rst | |
parent | 6a41d11657e5a2200fbdd782e8e2f45320ab6058 (diff) | |
download | cpython-2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6.zip cpython-2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6.tar.gz cpython-2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6.tar.bz2 |
gh-96959: Update more HTTP links (GH-97536)
Use HTTPS for documents which are available by both HTTP and HTTPS
links, but there is no redirection from HTTP to HTTPS or vice versa.
(cherry picked from commit dd53b79de0ea98af6a11481217a961daef4e9774)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/faq/general.rst')
-rw-r--r-- | Doc/faq/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index a362bbf..7f64d84 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -335,7 +335,7 @@ Consulting the proceedings for `past Python conferences different companies and organizations. High-profile Python projects include `the Mailman mailing list manager -<http://www.list.org>`_ and `the Zope application server +<https://www.list.org>`_ and `the Zope application server <https://www.zope.dev>`_. Several Linux distributions, most notably `Red Hat <https://www.redhat.com>`_, have written part or all of their installer and system administration software in Python. Companies that use Python internally |