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/whatsnew/3.5.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/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 89b8eef..625373d 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1977,7 +1977,7 @@ unicodedata ----------- The :mod:`unicodedata` module now uses data from `Unicode 8.0.0 -<http://unicode.org/versions/Unicode8.0.0/>`_. +<https://unicode.org/versions/Unicode8.0.0/>`_. unittest |