[PATCH 2/3] docs: fix link to virttools-web pipeline status

Daniel P. Berrangé posted 3 patches 3 months ago
[PATCH 2/3] docs: fix link to virttools-web pipeline status
Posted by Daniel P. Berrangé 3 months ago
This project uses 'main' as the branch name, not 'master'

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 docs/ci-dashboard.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ci-dashboard.rst b/docs/ci-dashboard.rst
index 1d85378ca4..52ccf4146d 100644
--- a/docs/ci-dashboard.rst
+++ b/docs/ci-dashboard.rst
@@ -145,7 +145,7 @@ Documentation / websites
           :alt: virttools-planet pipeline status
 
    * - virttools-web
-     - .. image:: https://gitlab.com/libvirt/virttools-web/badges/master/pipeline.svg
+     - .. image:: https://gitlab.com/libvirt/virttools-web/badges/main/pipeline.svg
           :target: https://gitlab.com/libvirt/virttools-web/pipelines
           :alt: virttools-web pipeline status
 
-- 
2.45.1