From c50c07c9c46a105cc3d08a42c5ebdafa2fc4586e Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Mon, 30 Jan 2023 10:03:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 900f387..af7f90a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # A simple Url primitive -[![CI](https://github.com/rmja/nourl/workflows/ci.yaml/badge.svg)](https://github.com/rmja/nourl/workflows/ci.yaml) +[![CI](https://github.com/rmja/nourl/actions/workflows/ci.yml/badge.svg)](https://github.com/rmja/nourl/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/nourl.svg)](https://crates.io/crates/nourl) This crate provides a simple `Url` type that can be used in embedded `no_std` environments.