From 871533322b24ce9cdc2e7470e882c6ffea8a2103 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 7 Dec 2021 11:44:19 +0100 Subject: [PATCH] Fix changelog URL in 7.0.0rc1 announcement (#9379) (#9382) The changelog does not exist at /stable because an rc isn't stable... (cherry picked from commit 5cb50fa13cfc2485f4ea4fcac4eec295aa93f94b) --- doc/en/announce/release-7.0.0rc1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/announce/release-7.0.0rc1.rst b/doc/en/announce/release-7.0.0rc1.rst index de9bcd42f..a5bf0ed3c 100644 --- a/doc/en/announce/release-7.0.0rc1.rst +++ b/doc/en/announce/release-7.0.0rc1.rst @@ -19,7 +19,7 @@ You can upgrade from PyPI via: Users are encouraged to take a look at the CHANGELOG carefully: - https://docs.pytest.org/en/stable/changelog.html + https://docs.pytest.org/en/7.0.x/changelog.html Thanks to all the contributors to this release: