summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-20 11:04:29 +0000
committerNadrieril2020-03-20 11:04:29 +0000
commitcf91173c6e9f57dc9e9dbd9a34dca28d093fa7d9 (patch)
tree6e56de9d593697603b050312ebc40c1f2b4e7acb /README.md
parent040c0cb1b4f14b640d881330cb5dfc27e5a2310a (diff)
Improve README badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/README.md b/README.md
index dc5a07e..1189bbe 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,19 @@
<img src="https://github.com/dhall-lang/dhall-lang/blob/master/img/dhall-logo.svg" width="600" alt="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.