From cf91173c6e9f57dc9e9dbd9a34dca28d093fa7d9 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 20 Mar 2020 11:04:29 +0000 Subject: Improve README badges --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dc5a07e..1189bbe 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ Dhall Logo -[![Crates.io][crates-badge]][crates-url] -[![Build Status](https://github.com/Nadrieril/dhall-rust/workflows/Test%20suite/badge.svg)](https://github.com/Nadrieril/dhall-rust/actions) -[![codecov](https://codecov.io/gh/Nadrieril/dhall-rust/branch/master/graph/badge.svg)](https://codecov.io/gh/Nadrieril/dhall-rust) - -[crates-badge]: https://img.shields.io/crates/v/serde_dhall.svg -[crates-url]: https://crates.io/crates/serde_dhall +[![][cratesio-badge]][cratesio-url] +[![][docs-badge]][docs-url] +[![][ci-badge]][ci-url] +[![][codecov-badge]][codecov-url] + +[cratesio-badge]: https://img.shields.io/crates/v/serde_dhall.svg?style=flat-square +[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square +[ci-badge]: https://img.shields.io/github/workflow/status/Nadrieril/dhall-rust/Test%20suite?style=flat-square +[codecov-badge]: https://img.shields.io/codecov/c/github/Nadrieril/dhall-rust?style=flat-square + +[cratesio-url]: https://crates.io/crates/serde_dhall +[docs-url]: https://docs.rs/serde_dhall +[ci-url]: https://github.com/Nadrieril/dhall-rust/actions +[codecov-url]: https://codecov.io/gh/Nadrieril/dhall-rust Dhall is a programmable configuration language optimized for maintainability. -- cgit v1.2.3