From 0611cd51f580b0bfd780800e9a9466db39710c10 Mon Sep 17 00:00:00 2001 From: autoMBD Date: Tue, 6 Jan 2026 21:53:03 +0800 Subject: [PATCH] docs: update CI badge URL to point to TestRepo workflow Update the CI status badge in README.md to reference the correct repository (TestRepo) and workflow file (github_workflows_ci.yml). Also make the badge clickable by linking to the actual workflow page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7ba09..98bc16b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AMBD-MC [![License](https://img.shields.io/badge/license-MIT-blue.svg)](#license) -[![CI](https://github.com/autoMBD/AMBD-MC/actions/workflows/ci.yml/badge.svg)](#ci) +[![CI](https://github.com/autoMBD/TestRepo/actions/workflows/github_workflows_ci.yml/badge.svg)](https://github.com/autoMBD/TestRepo/actions/workflows/github_workflows_ci.yml) [![Contributors](https://img.shields.io/github/contributors/autoMBD/AMBD-MC)](#contributors) [![Docs](https://img.shields.io/badge/docs-available-brightgreen)](#docs)