From 3643af285073f0c15efe0cf252c463b0ed3a7f17 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sun, 25 Feb 2024 07:27:34 +0100 Subject: [PATCH] Remove unnecessary `index.html` from link. (#626) --- bedevere/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedevere/news.py b/bedevere/news.py index d9f4c46c..6088af34 100644 --- a/bedevere/news.py +++ b/bedevere/news.py @@ -31,7 +31,7 @@ HELP = f"""\ Most changes to Python [require a NEWS entry]\ -(https://devguide.python.org/core-developers/committing/index.html#updating-news-and-what-s-new-in-python). \ +(https://devguide.python.org/core-developers/committing/#updating-news-and-what-s-new-in-python). \ Add one using the [blurb_it]({BLURB_IT_URL}) web app or \ the [blurb]({BLURB_PYPI_URL}) command-line tool.