This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch dev/update-jenkins-badge-link in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 8b62826f0d2027a0066be234d167be3f46088555 Author: Ronny Berndt <[email protected]> AuthorDate: Tue Apr 21 08:07:33 2026 +0200 Fix Jenkins badge link in README After a Jenkins upgrade we need to updated the badge link for the build job in README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ece0ca891..ebfdbb669 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ Apache CouchDB README | |1| |2| | +---------+ -.. |1| image:: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/badge/icon?subject=main - :target: https://ci-couchdb.apache.org/blue/organizations/jenkins/jenkins-cm1%2FFullPlatformMatrix/activity?branch=main +.. |1| image:: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/badge/icon + :target: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/ .. |2| image:: https://readthedocs.org/projects/couchdb/badge/?version=latest :target: https://docs.couchdb.org/en/latest/?badge=latest
