From: Zachary Ware Date: Tue, 5 Aug 2025 19:44:27 +0000 (-0500) Subject: Fix buildbot release status link in CONTRIBUTING.rst (GH-137429) X-Git-Tag: v3.15.0a1~774 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9745976ac6b3e1633838fb6c192328b08ca3f8ce;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 2ef9cdc19148..5b86302bdd1e 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -4,7 +4,7 @@ Contributing to Python Build Status ------------ -- `Buildbot status overview `_ +- `Buildbot status overview `_ - `GitHub Actions status `_