diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-25 08:20:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 08:20:45 (GMT) |
commit | 4d1de8704215858e4db1c248b6caeed40338e887 (patch) | |
tree | 06959ba30bef15b4d5849a8c228fc473fc223fa2 /Doc/about.rst | |
parent | fe8db634d41c9da54ec74b8380357c192fcbc437 (diff) | |
download | cpython-4d1de8704215858e4db1c248b6caeed40338e887.zip cpython-4d1de8704215858e4db1c248b6caeed40338e887.tar.gz cpython-4d1de8704215858e4db1c248b6caeed40338e887.tar.bz2 |
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
(cherry picked from commit db39050396a104c73d0da473a2f00a62f9dfdfaa)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/about.rst')
-rw-r--r-- | Doc/about.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/about.rst b/Doc/about.rst index 0ce3566..5e6160f 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -7,7 +7,7 @@ These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a document processor specifically written for the Python documentation. .. _reStructuredText: https://docutils.sourceforge.io/rst.html -.. _Sphinx: http://sphinx-doc.org/ +.. _Sphinx: https://www.sphinx-doc.org/ .. In the online version of these documents, you can submit comments and suggest changes directly on the documentation pages. |