|
1 | 1 | # Mun
|
2 | 2 |
|
3 |
| -[](https://github.com/mun-lang/mun/actions) |
4 |
| -[](https://codecov.io/gh/mun-lang/mun) |
5 |
| -[![docs page][docs-badge]][docs] [![MIT/Apache][licence-badge]][li] |
6 |
| -[![Join us on Discord][s4]][di] |
7 |
| -![Lines of Code][s6] |
8 |
| - |
9 |
| -[s1]: https://dev.azure.com/mun-lang/mun/_apis/build/status/mun-lang.mun?branchName=master |
10 |
| -[docs-badge]: https://img.shields.io/badge/docs-website-blue.svg |
| 3 | +[![Build Status][build-badge]][build] |
| 4 | +[![Crates.io][crates-badge]][crates] |
| 5 | +[![docs page][dosc-badge]][docs] |
| 6 | +[![MIT/Apache][licence-badge]][license] |
| 7 | +[![Join us on Discord][discord-badge]][discord] |
| 8 | +[![codecov][coverage-badge]][coverage] |
| 9 | +![Lines of Code][lines-of-code-badge] |
| 10 | + |
| 11 | +[build-badge]: https://img.shields.io/github/workflow/status/mun-lang/mun/CI |
| 12 | +[build]: https://github.com/mun-lang/mun/actions |
| 13 | + |
| 14 | +[crates-badge]: https://img.shields.io/crates/v/mun.svg |
| 15 | +[crates]: https://crates.io/crates/mun/ |
| 16 | + |
| 17 | +[coverage-badge]: https://img.shields.io/codecov/c/github/mun-lang/mun.svg |
| 18 | +[coverage]: https://codecov.io/gh/mun-lang/mun |
| 19 | + |
| 20 | +[dosc-badge]: https://img.shields.io/badge/docs-website-blue.svg |
11 | 21 | [docs]: https://docs.mun-lang.org/
|
12 |
| -[licence-badge]: https://img.shields.io/badge/license-MIT%2FApache-blue.svg |
13 |
| -[s4]: https://img.shields.io/discord/602227728480993281.svg?logo=discord |
14 |
| -[s6]: https://tokei.rs/b1/github/mun-lang/mun?category=code |
15 |
| -[ci]: https://dev.azure.com/mun-lang/mun/_build/latest?definitionId=1&branchName=master |
16 |
| -[li]: COPYRIGHT |
17 |
| -[di]: https://discord.gg/SfvvcCU |
| 22 | + |
| 23 | +[licence-badge]: https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue |
| 24 | +[license]: COPYRIGHT |
| 25 | + |
| 26 | +[discord-badge]: https://img.shields.io/discord/602227728480993281.svg?logo=discord |
| 27 | +[discord]: https://discord.gg/SfvvcCU |
| 28 | + |
| 29 | +[lines-of-code-badge]: https://tokei.rs/b1/github/mun-lang/mun?category=code |
18 | 30 |
|
19 | 31 | *Mun* is a programming language empowering creation through iteration.
|
20 | 32 |
|
|
0 commit comments