mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
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:
parent
1f2026b8a2
commit
9745976ac6
1 changed files with 1 additions and 1 deletions
2
.github/CONTRIBUTING.rst
vendored
2
.github/CONTRIBUTING.rst
vendored
|
|
@ -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>`_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue