From e100c7fe066b22ac5729cf976af49ed0168e30f2 Mon Sep 17 00:00:00 2001 From: Vladimir Istyufeev Date: Tue, 17 May 2022 21:03:17 +0300 Subject: [PATCH] Fix CI badge in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23b6ed8d..2d1426b6 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![CI Status][a1]][a2] [![Latest Release][d1]][d2] -[a1]: https://gitlab.parity.io/parity/cargo-contract/badges/master/pipeline.svg -[a2]: https://gitlab.parity.io/parity/cargo-contract/pipelines +[a1]: https://gitlab.parity.io/parity/mirrors/cargo-contract/badges/master/pipeline.svg +[a2]: https://gitlab.parity.io/parity/mirrors/cargo-contract/pipelines [b2]: https://substrate.stackexchange.com/questions/tagged/ink?tab=Votes [d1]: https://img.shields.io/crates/v/cargo-contract.svg [d2]: https://crates.io/crates/cargo-contract -- GitLab