diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-04 13:15:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 13:15:11 (GMT) |
commit | c521c5cdc3f766ac5ac3574fa142aeec11c14267 (patch) | |
tree | c4ac11de7900680c57a25001a9d35d7034ccf7d7 /Doc/about.rst | |
parent | 312dab29a3f83940c501caadda9e653e1c7209b1 (diff) | |
download | cpython-c521c5cdc3f766ac5ac3574fa142aeec11c14267.zip cpython-c521c5cdc3f766ac5ac3574fa142aeec11c14267.tar.gz cpython-c521c5cdc3f766ac5ac3574fa142aeec11c14267.tar.bz2 |
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
It updates links which redirect to HTTPS with different authority or
path.
(cherry picked from commit d0d0154443cafb2f0a2cdfb6a1267d80cce8388e)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/about.rst')
-rw-r--r-- | Doc/about.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/about.rst b/Doc/about.rst index f0b9084..0ce3566 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -6,7 +6,7 @@ About these documents These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a document processor specifically written for the Python documentation. -.. _reStructuredText: http://docutils.sourceforge.net/rst.html +.. _reStructuredText: https://docutils.sourceforge.io/rst.html .. _Sphinx: http://sphinx-doc.org/ .. In the online version of these documents, you can submit comments and suggest @@ -21,7 +21,7 @@ Many thanks go to: * Fred L. Drake, Jr., the creator of the original Python documentation toolset and writer of much of the content; -* the `Docutils <http://docutils.sourceforge.net/>`_ project for creating +* the `Docutils <https://docutils.sourceforge.io/>`_ project for creating reStructuredText and the Docutils suite; * Fredrik Lundh for his Alternative Python Reference project from which Sphinx got many good ideas. |