summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2023-05-02 06:34:44 (GMT)
committerGitHub <noreply@github.com>2023-05-02 06:34:44 (GMT)
commit68ed2a2a3f1e715dc10724b0c000ec2fc498d11e (patch)
tree85c87e27dff1f6564b5b7047a111f18be1d7233b /Doc/howto
parent82ba6ce303d04a7b21034e38d220e23ca9f1dc0a (diff)
downloadcpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.zip
cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.gz
cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.bz2
GH-103484: Fix redirected permanently URLs (#104001)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/pyporting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index add1c11..baea3e8 100644
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -438,7 +438,7 @@ to make sure everything functions as expected in both versions of Python.
.. _Futurize: https://python-future.org/automatic_conversion.html
.. _importlib2: https://pypi.org/project/importlib2
.. _Modernize: https://python-modernize.readthedocs.io/
-.. _mypy: http://mypy-lang.org/
+.. _mypy: https://mypy-lang.org/
.. _Porting to Python 3: http://python3porting.com/
.. _Pylint: https://pypi.org/project/pylint