From d127b377a5587d14b8f449f9b1de21b8319b17f1 Mon Sep 17 00:00:00 2001 From: Nathan Fox Date: Mon, 27 Jul 2020 21:11:27 -0400 Subject: [PATCH 1/2] fix badges / clean up README --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 45bb9de840..3b3a471661 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]. From a091727e374dd20b1bc0cb3c0b95a92c2b09afc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 6 Oct 2020 18:04:22 +0000 Subject: [PATCH 2/2] Restore links to docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b3a471661..18f968dbb2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ 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].