This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch chore/fix-build-status-link in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0879fe082a6b8c900baa3f1faba376a9808b4d71 Author: Ronny Berndt <[email protected]> AuthorDate: Thu Aug 20 20:42:46 2026 +0200 chore: Update build status image link in README The ASF Infra team restored the Jenkins CI instance and the path for the build status has changed. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 966af3950..7c25dcd5c 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ Apache CouchDB README | |1| |2| | +---------+ -.. |1| image:: https://ci-couchdb.apache.org/buildStatus/icon?job=jenkins-cm1%2FFullPlatformMatrix%2Fmain&subject=main - :target: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/ +.. |1| image:: https://ci-couchdb.apache.org/buildStatus/icon?job=FullPlatformMatrix%2Fmain&subject=main + :target: https://ci-couchdb.apache.org/job/FullPlatformMatrix/job/main .. |2| image:: https://readthedocs.org/projects/couchdb/badge/?version=latest :target: https://docs.couchdb.org/en/latest/?badge=latest
