From 1ca3a20703b804d71eaa6dac82695f27dc930aec Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:52:36 +0300 Subject: [PATCH] Fix link to adding NEWS entry --- bedevere/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedevere/news.py b/bedevere/news.py index 576452ab..e409cdae 100644 --- a/bedevere/news.py +++ b/bedevere/news.py @@ -32,7 +32,7 @@ HELP = f"""\ Most changes to Python [require a NEWS entry]\ -(https://devguide.python.org/core-developers/committing/#updating-news-and-what-s-new-in-python). \ +(https://devguide.python.org/getting-started/pull-request-lifecycle/#news-entry). \ Add one using the [blurb_it]({BLURB_IT_URL}) web app or \ the [blurb]({BLURB_PYPI_URL}) command-line tool.