https://github.com/python/cpython/commit/9745976ac6b3e1633838fb6c192328b08ca3f8ce commit: 9745976ac6b3e1633838fb6c192328b08ca3f8ce branch: main author: Zachary Ware <[email protected]> committer: zware <[email protected]> date: 2025-08-05T19:44:27Z summary:
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. files: M .github/CONTRIBUTING.rst diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 2ef9cdc191481e..5b86302bdd1ec4 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -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>`_ _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
