From 22f6788420880f517b756314aa723bd29489d2d4 Mon Sep 17 00:00:00 2001 From: Eugene Koira Date: Thu, 18 Apr 2024 14:43:40 +0200 Subject: [PATCH] Fix build status page URL in README Fix build status page URL as proposed in https://github.com/badges/shields/issues/8671 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 115dd2e..1070eaf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![status]][actions] [![version]][crates.io] [![docs]][docs.rs] ![msrv] -[status]: https://img.shields.io/github/workflow/status/awslabs/aws-nitro-enclaves-cose/CI/master +[status]: https://img.shields.io/github/actions/workflow/status/awslabs/aws-nitro-enclaves-cose/ci.yml?branch=main [actions]: https://github.com/awslabs/aws-nitro-enclaves-cose/actions?query=branch%3Amain [version]: https://img.shields.io/crates/v/aws-nitro-enclaves-cose.svg [crates.io]: https://crates.io/crates/aws-nitro-enclaves-cose