Fix buildbot release status link in CONTRIBUTING.rst (GH-137429)

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.
This commit is contained in:
Zachary Ware
2025-08-05 14:44:27 -05:00
committed by GitHub
parent 1f2026b8a2
commit 9745976ac6

View 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>`_