]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix buildbot release status link in CONTRIBUTING.rst (GH-137429)
authorZachary Ware <zach@python.org>
Tue, 5 Aug 2025 19:44:27 +0000 (14:44 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Aug 2025 19:44:27 +0000 (19:44 +0000)
The existing link works, but includes the legacy `/all` part of the path
which causes a scary-looking banner about a misconfiguration on the
`Home` page when in reality it's the link that includes a deprecated path.

.github/CONTRIBUTING.rst

index 2ef9cdc191481e520ab8e829530e0029f2139ce2..5b86302bdd1ec43657f807d012c157ba1496f9b3 100644 (file)
@@ -4,7 +4,7 @@ Contributing to Python
 Build Status
 ------------
 
-- `Buildbot status overview <https://buildbot.python.org/all/#/release_status>`_
+- `Buildbot status overview <https://buildbot.python.org/#/release_status>`_
 
 - `GitHub Actions status <https://github.com/python/cpython/actions/workflows/build.yml>`_