From ad66207fe1f8592a0cbb265478228fecc537cf71 Mon Sep 17 00:00:00 2001
From: Dilum Aluthge <dilum@aluthge.com>
Date: Fri, 7 Feb 2025 14:01:17 -0500
Subject: [PATCH] README: Fix the CI status badge

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e57b5f2..72e3a3a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # SlurmClusterManager.jl
 
-![Build Status](https://github.com/kleinhenz/SlurmClusterManager.jl/workflows/CI/badge.svg)
+[![CI Build Status](https://github.com/JuliaParallel/SlurmClusterManager.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaParallel/SlurmClusterManager.jl/actions/workflows/ci.yml)
 
 This package provides support for using julia within the Slurm cluster environment.
 The code is adapted from [ClusterManagers.jl](https://github.com/JuliaParallel/ClusterManagers.jl) with some modifications.