aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-10-06 18:22:11 +0000
committerGravatar GitHub <noreply@github.com> 2020-10-06 18:22:11 +0000
commit07153a8fcaecfa3eb5762d4b9491fcf040af3cd0 (patch)
tree68d57e2c14f7ef785e44fceb88306bfd3319e85c
parent5794cb75a75ffa80103c792635437c7d8b1df935 (diff)
parenta091727e374dd20b1bc0cb3c0b95a92c2b09afc4 (diff)
downloadrtic-07153a8fcaecfa3eb5762d4b9491fcf040af3cd0.tar.gz
rtic-07153a8fcaecfa3eb5762d4b9491fcf040af3cd0.tar.zst
rtic-07153a8fcaecfa3eb5762d4b9491fcf040af3cd0.zip
Merge #346
346: fix badges / clean up README r=AfoHT a=fuchsnj Co-authored-by: Nathan Fox <fuchsnj@gmail.com> Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 45bb9de8..18f968db 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ A concurrency framework for building real-time systems.
Formerly known as Real-Time For the Masses.
-![crates.io](https://img.shields.io/crates/v/cortex-m-rtic)
-![docs.rs](https://docs.rs/cortex-m-rtic/badge.svg)
-![book](https://img.shields.io/badge/web-rtic.rs-red.svg?style=flat&label=book&colorB=d33847)
+[![crates.io](https://img.shields.io/crates/v/cortex-m-rtic)](https://crates.io/crates/cortex-m-rtic)
+[![docs.rs](https://docs.rs/cortex-m-rtic/badge.svg)](https://docs.rs/cortex-m-rtic)
+[![book](https://img.shields.io/badge/web-rtic.rs-red.svg?style=flat&label=book&colorB=d33847)](https://rtic.rs/)
![rustc](https://img.shields.io/badge/rustc-1.36+-lightgray.svg)
## Features