From 18d8f30171e80cebd6b96f10234c303c7c08a875 Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 3 May 2021 17:18:57 +0200 Subject: [PATCH 1/2] Update two links in README.rst to use HTTPS --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2f7587ec585..40792a1cb09 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Python Enhancement Proposals :target: https://travis-ci.org/python/peps The PEPs in this repo are published automatically on the web at -http://www.python.org/dev/peps/. To learn more about the purpose of +https://www.python.org/dev/peps/. To learn more about the purpose of PEPs and how to go about writing a PEP, please start reading at PEP 1 (``pep-0001.txt`` in this repo). Note that PEP 0, the index PEP, is now automatically generated, and not committed to the repo. @@ -28,7 +28,7 @@ processing and installation script knows how to produce the HTML for either PEP format. For processing reStructuredText format PEPs, you need the docutils -package, which is available from `PyPI `_. +package, which is available from `PyPI `_. If you have pip, ``pip install docutils`` should install it. From 7db3b67001afd961f857bcb1e272226e22e86878 Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 4 May 2021 13:23:31 +0200 Subject: [PATCH 2/2] Update README.rst Co-authored-by: Petr Viktorin --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 40792a1cb09..d29f52963e8 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ processing and installation script knows how to produce the HTML for either PEP format. For processing reStructuredText format PEPs, you need the docutils -package, which is available from `PyPI `_. +package, which is available from `PyPI `_. If you have pip, ``pip install docutils`` should install it.