From 3c1df88dfd6df167e75afb91e55e747d1aaf2472 Mon Sep 17 00:00:00 2001 From: svartalf Date: Mon, 1 Apr 2024 11:41:00 +0200 Subject: [PATCH] Fix the CI badge URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41501c8..daf5573 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Latest Version](https://img.shields.io/crates/v/hostname.svg)](https://crates.io/crates/hostname) [![Latest Version](https://docs.rs/hostname/badge.svg)](https://docs.rs/hostname) -[![Build Status](https://github.com/svartalf/hostname/workflows/Continuous%20integration/badge.svg)](https://github.com/svartalf/hostname/actions) +[![Build Status](https://github.com/svartalf/hostname/actions/workflows/ci.yml/badge.svg)](https://github.com/svartalf/hostname/actions) ![Minimum rustc version](https://img.shields.io/badge/rustc-1.67+-green.svg) ![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg) ![Crates.io](https://img.shields.io/crates/d/hostname)