diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-04 13:15:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 13:15:01 (GMT) |
commit | be30a6dc4d7aa998526b1beb101995aa3691145f (patch) | |
tree | 30dd06498b6d091e84069ded8006df2bf970e678 /Doc/install | |
parent | 54d4b4d992566909182e843f1798534c1853b386 (diff) | |
download | cpython-be30a6dc4d7aa998526b1beb101995aa3691145f.zip cpython-be30a6dc4d7aa998526b1beb101995aa3691145f.tar.gz cpython-be30a6dc4d7aa998526b1beb101995aa3691145f.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/install')
-rw-r--r-- | Doc/install/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 63b64b9..84df5e7 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -1062,7 +1062,7 @@ normal libraries do. .. seealso:: - `Building Python modules on MS Windows platform with MinGW <http://old.zope.org/Members/als/tips/win32_mingw_modules>`_ + `Building Python modules on MS Windows platform with MinGW <https://old.zope.dev/Members/als/tips/win32_mingw_modules>`_ Information about building the required libraries for the MinGW environment. |