From: Zachary Ware Date: Tue, 25 Oct 2022 17:13:37 +0000 (-0500) Subject: Update build status links in contributing doc (GH-98672) X-Git-Tag: v3.12.0a2~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ffb4e24e0358833194515e68bd01dc6c6024c66;p=thirdparty%2FPython%2Fcpython.git Update build status links in contributing doc (GH-98672) --- diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index f4affee76e1d..2ef9cdc19148 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -4,21 +4,9 @@ Contributing to Python Build Status ------------ -- main +- `Buildbot status overview `_ - + `Stable buildbots `_ - -- 3.9 - - + `Stable buildbots `_ - -- 3.8 - - + `Stable buildbots `_ - -- 3.7 - - + `Stable buildbots `_ +- `GitHub Actions status `_ Thank You