aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nathan Fox <fuchsnj@gmail.com> 2020-07-27 21:11:27 -0400
committerGravatar GitHub <noreply@github.com> 2020-07-27 21:11:27 -0400
commitd127b377a5587d14b8f449f9b1de21b8319b17f1 (patch)
tree3bea110c2429cfc2d46ee8dd09f02b41e80fefcf
parentf77226af16ac3da8012fba8c1f3cb1f424997706 (diff)
downloadrtic-d127b377a5587d14b8f449f9b1de21b8319b17f1.tar.gz
rtic-d127b377a5587d14b8f449f9b1de21b8319b17f1.tar.zst
rtic-d127b377a5587d14b8f449f9b1de21b8319b17f1.zip
fix badges / clean up README
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index 45bb9de8..3b3a4716 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
@@ -50,10 +50,6 @@ Formerly known as Real-Time For the Masses.
- Applications must be written using the 2018 edition.
-## [User documentation](https://rtic.rs)
-
-## [API reference](https://rtic.rs/0.5/api/)
-
## Chat
Join us and talk about RTIC in the [Matrix room][matrix-room].