diff --git a/README.md b/README.md index a0e50a242..bd3b1a59a 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,32 @@ # Mun -[![Build Status](https://github.com/mun-lang/mun/workflows/CI/badge.svg?branch=master)](https://github.com/mun-lang/mun/actions) -[![codecov](https://codecov.io/gh/mun-lang/mun/branch/master/graph/badge.svg)](https://codecov.io/gh/mun-lang/mun) -[![docs page][docs-badge]][docs] [![MIT/Apache][licence-badge]][li] -[![Join us on Discord][s4]][di] -![Lines of Code][s6] - -[s1]: https://dev.azure.com/mun-lang/mun/_apis/build/status/mun-lang.mun?branchName=master -[docs-badge]: https://img.shields.io/badge/docs-website-blue.svg +[![Build Status][build-badge]][build] +[![Crates.io][crates-badge]][crates] +[![docs page][dosc-badge]][docs] +[![MIT/Apache][licence-badge]][license] +[![Join us on Discord][discord-badge]][discord] +[![codecov][coverage-badge]][coverage] +![Lines of Code][lines-of-code-badge] + +[build-badge]: https://img.shields.io/github/workflow/status/mun-lang/mun/CI +[build]: https://github.com/mun-lang/mun/actions + +[crates-badge]: https://img.shields.io/crates/v/mun.svg +[crates]: https://crates.io/crates/mun/ + +[coverage-badge]: https://img.shields.io/codecov/c/github/mun-lang/mun.svg +[coverage]: https://codecov.io/gh/mun-lang/mun + +[dosc-badge]: https://img.shields.io/badge/docs-website-blue.svg [docs]: https://docs.mun-lang.org/ -[licence-badge]: https://img.shields.io/badge/license-MIT%2FApache-blue.svg -[s4]: https://img.shields.io/discord/602227728480993281.svg?logo=discord -[s6]: https://tokei.rs/b1/github/mun-lang/mun?category=code -[ci]: https://dev.azure.com/mun-lang/mun/_build/latest?definitionId=1&branchName=master -[li]: COPYRIGHT -[di]: https://discord.gg/SfvvcCU + +[licence-badge]: https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue +[license]: COPYRIGHT + +[discord-badge]: https://img.shields.io/discord/602227728480993281.svg?logo=discord +[discord]: https://discord.gg/SfvvcCU + +[lines-of-code-badge]: https://tokei.rs/b1/github/mun-lang/mun?category=code *Mun* is a programming language empowering creation through iteration.