Skip to content

Commit 6424150

Browse files
authored
Fix and shorten README badge links (#1548)
* fix codecov badge in README * fix and shorten badge links
1 parent bcbcbdc commit 6424150

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
@@ -4,9 +4,9 @@
44
| [![ci][1]][2] | [![codecov][3]][4] | [![docs][5]][6] | [![crates][7]][8] |
55

66
[1]: https://github.com/wasmi-labs/wasmi/actions/workflows/rust.yml/badge.svg
7-
[2]: https://github.com/wasmi-labs/wasmi/actions?query=workflow%3A%22Rust+-+Continuous+Integration%22+branch%3Amaster
8-
[3]: https://codecov.io/gh/wasmi-labs/wasmi/branch/master/graph/badge.svg
9-
[4]: https://codecov.io/gh/wasmi-labs/wasmi/branch/master
7+
[2]: https://github.com/wasmi-labs/wasmi/actions/workflows/rust.yml
8+
[3]: https://codecov.io/gh/wasmi-labs/wasmi/branch/main/badge.svg
9+
[4]: https://codecov.io/gh/wasmi-labs/wasmi/branch/main
1010
[5]: https://docs.rs/wasmi/badge.svg
1111
[6]: https://docs.rs/wasmi
1212
[7]: https://img.shields.io/crates/v/wasmi.svg

0 commit comments

Comments
 (0)