From 31b6a3c5712d515dae1163c6ef7d7aead54c30c4 Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Wed, 15 Feb 2023 14:15:38 +0200 Subject: [PATCH] fix(README): broken links Signed-off-by: Hollow Man --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7ceee8c..37c8a69e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Version](https://img.shields.io/github/v/release/kubescape/kubescape)](releases) -[![build](https://github.com/kubescape/kubescape/actions/workflows/build.yaml/badge.svg)](https://github.com/kubescape/kubescape/actions/workflows/build.yaml) +[![Version](https://img.shields.io/github/v/release/kubescape/kubescape)](https://github.com/kubescape/kubescape/releases) +[![build](https://github.com/kubescape/kubescape/actions/workflows/02-release.yaml/badge.svg)](https://github.com/kubescape/kubescape/actions/workflows/02-release.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/kubescape/kubescape)](https://goreportcard.com/report/github.com/kubescape/kubescape) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/kubescape/kubescape) [![GitHub](https://img.shields.io/github/license/kubescape/kubescape)](https://github.com/kubescape/kubescape/blob/master/LICENSE)