From cc4b70ec8d364aa0b4725b9ee0c8636616bcdeac Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Sun, 28 Dec 2025 23:50:30 +0100 Subject: [PATCH] README: Fix build status badge Signed-off-by: Robert Baldyga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 485725601..cb45f9bd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Open CAS Linux -[![Build Status](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/ocl/build/curr-badge.svg)](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/ocl/build/build.html) +[![Build Status](https://github.com/Open-CAS/open-cas-linux/actions/workflows/build-master.yml/badge.svg)](https://github.com/Open-CAS/open-cas-linux/actions/workflows/build-master.yml) [![Tests Status](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/ocl/tests/curr-badge.svg)](https://d1rxsi9lvcwnz5.cloudfront.net/master-status/ocl/tests/tests.html) [![Coverity status](https://scan.coverity.com/projects/19084/badge.svg)](https://scan.coverity.com/projects/open-cas-open-cas-linux) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE)