From 40453112a2b335da8de6a1148214ccd1fd1acbd6 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sat, 1 Mar 2025 03:58:20 -0800 Subject: [PATCH] docs: update ci badges [skip ci] --- README.md | 2 +- README_DOCKER.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b4f2e3..411c16b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Install all the tools required for building and testing C++/C projects. -![Build Status (Github Actions)](https://github.com/aminya/setup-cpp/workflows/CI/badge.svg) +[![Build Status (Github Actions](https://github.com/aminya/setup-cpp/actions/workflows/CI.yml/badge.svg)](https://github.com/aminya/setup-cpp/actions/workflows/CI.yml) Setting up a **cross-platform** environment for building and testing C++/C projects is a bit tricky. Each platform has its own compilers, and each of them requires a different installation procedure. This package aims to fix this issue. diff --git a/README_DOCKER.md b/README_DOCKER.md index 9f130066..b68e6e38 100644 --- a/README_DOCKER.md +++ b/README_DOCKER.md @@ -2,7 +2,7 @@ Install all the tools required for building and testing C++/C projects. -![Build Status (Github Actions)](https://github.com/aminya/setup-cpp/workflows/CI/badge.svg) +[![Build Status (Github Actions](https://github.com/aminya/setup-cpp/actions/workflows/CI.yml/badge.svg)](https://github.com/aminya/setup-cpp/actions/workflows/CI.yml) Setting up a **cross-platform** environment for building and testing C++/C projects is a bit tricky. Each platform has its own compilers, and each of them requires a different installation procedure. This package aims to fix this issue.