From 3d2ad615601fbce637d84630fb58a538b88aa777 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 25 Oct 2022 12:05:43 -0500 Subject: [PATCH] Update build status links in contributing doc --- .github/CONTRIBUTING.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index f4affee76e1d44..2ef9cdc191481e 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