From 00e0b43010694691db8a2eb35ff00f04a1f9d715 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 28 Aug 2018 14:36:47 -0700 Subject: [PATCH] Use https, save a redirect --- scripts/release.minor.rst | 4 ++-- scripts/release.patch.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release.minor.rst b/scripts/release.minor.rst index bdd8282cf..d0256b71c 100644 --- a/scripts/release.minor.rst +++ b/scripts/release.minor.rst @@ -9,11 +9,11 @@ against itself, passing on many different interpreters and platforms. This release contains a number of bugs fixes and improvements, so users are encouraged to take a look at the CHANGELOG: - http://doc.pytest.org/en/latest/changelog.html + https://doc.pytest.org/en/latest/changelog.html For complete documentation, please visit: - http://docs.pytest.org + https://docs.pytest.org/en/latest/ As usual, you can upgrade from pypi via: diff --git a/scripts/release.patch.rst b/scripts/release.patch.rst index 1982dc353..f46aecf7a 100644 --- a/scripts/release.patch.rst +++ b/scripts/release.patch.rst @@ -7,7 +7,7 @@ This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest -The full changelog is available at http://doc.pytest.org/en/latest/changelog.html. +The full changelog is available at https://doc.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: