From 127dcdd5eeb0fba83a0b0b7a8c75b58417d5a41a Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:16:58 -0700 Subject: [PATCH] Fix badges in Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e01a084..1aea913 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Install a binary from a path to a global cache. -[![Build Status](https://github.com/rustwasm/binary-install/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/rustwasm/binary-install/actions/workflows/test.yml) -[![crates.io](https://meritbadge.herokuapp.com/binary-install)](https://crates.io/crates/binary-install) -[![API Documentation on docs.rs](https://docs.rs/binary-install/badge.svg)](https://docs.rs/binary-install) +[![Build Status](https://github.com/drager/binary-install/actions/workflows/test.yml/badge.svg)](https://github.com/drager/binary-install/actions/workflows/test.yml) +[![crates.io](https://img.shields.io/crates/v/binary-install.svg)](https://crates.io/crates/binary-install) +[![API Documentation on Docs.rs](https://docs.rs/binary-install/badge.svg)](https://docs.rs/binary-install)