diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-09-25 08:25:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 08:25:24 (GMT) |
commit | ea4be278fa6123d1f78c1fd556d79b311cd59f96 (patch) | |
tree | 59062c94c269a3e9d53a2970d33df495b979507c /Misc | |
parent | 9704f8da333a51da32318f16106d45abb20fab76 (diff) | |
download | cpython-ea4be278fa6123d1f78c1fd556d79b311cd59f96.zip cpython-ea4be278fa6123d1f78c1fd556d79b311cd59f96.tar.gz cpython-ea4be278fa6123d1f78c1fd556d79b311cd59f96.tar.bz2 |
gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97520)
HTTP links in the "HISTORY OF THE SOFTWARE" section of Doc/license.rst
were converted to HTTPS in f62ff97f31a775cc7956adeae32c14e7c85bdc15.
But there were other copies of these links, which were left HTTP links.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 8ca8985..e66b695 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -19610,7 +19610,7 @@ durable way. For example, some people say they're confused by that the Open Source Initiative's entry for the Python Software Foundation License:: - http://www.opensource.org/licenses/PythonSoftFoundation.php + https://opensource.org/licenses/PythonSoftFoundation.php says "Python 2.1.1" all over it, wondering whether it applies only to Python 2.1.1. |