From 5cb50fa13cfc2485f4ea4fcac4eec295aa93f94b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 7 Dec 2021 11:04:55 +0100 Subject: [PATCH] Fix changelog URL in 7.0.0rc1 announcement (#9379) The changelog does not exist at /stable because an rc isn't stable... --- 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: