Skip to content

Commit 81f0efa

Browse files
authored
Merge pull request #39 from atouchet/rdm
Fix badges in Readme
2 parents 985580c + 127dcdd commit 81f0efa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Install a binary from a path to a global cache.
44

5-
[![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)
6-
[![crates.io](https://meritbadge.herokuapp.com/binary-install)](https://crates.io/crates/binary-install)
7-
[![API Documentation on docs.rs](https://docs.rs/binary-install/badge.svg)](https://docs.rs/binary-install)
5+
[![Build Status](https://github.com/drager/binary-install/actions/workflows/test.yml/badge.svg)](https://github.com/drager/binary-install/actions/workflows/test.yml)
6+
[![crates.io](https://img.shields.io/crates/v/binary-install.svg)](https://crates.io/crates/binary-install)
7+
[![API Documentation on Docs.rs](https://docs.rs/binary-install/badge.svg)](https://docs.rs/binary-install)
88

0 commit comments

Comments
 (0)