diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-07-30 14:34:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 14:34:04 (GMT) |
commit | 168879e366ec56b20fe4792b5851e8de32aaee87 (patch) | |
tree | 3b8e60317024e9d04c16f3c5b0ee8d4a01d57ba7 /Lib/distutils/README | |
parent | a603aa472a38f778e2ed0cce73168e15f03c352c (diff) | |
download | cpython-168879e366ec56b20fe4792b5851e8de32aaee87.zip cpython-168879e366ec56b20fe4792b5851e8de32aaee87.tar.gz cpython-168879e366ec56b20fe4792b5851e8de32aaee87.tar.bz2 |
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
(cherry picked from commit be42c06bb01206209430f3ac08b72643dc7cad1c)
Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'Lib/distutils/README')
-rw-r--r-- | Lib/distutils/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/README b/Lib/distutils/README index 23f4885..73bd251 100644 --- a/Lib/distutils/README +++ b/Lib/distutils/README @@ -2,10 +2,10 @@ This directory contains the Distutils package. There's a full documentation available at: - http://docs.python.org/distutils/ + https://docs.python.org/distutils/ The Distutils-SIG web page is also a good starting point: - http://www.python.org/sigs/distutils-sig/ + https://www.python.org/sigs/distutils-sig/ $Id$ |