From 98372499d6660bf102529d77d019966e671ae725 Mon Sep 17 00:00:00 2001 From: stonefoxes <35688470+stonefoxes@users.noreply.github.com> Date: Sun, 16 Apr 2023 21:03:32 +0300 Subject: [PATCH] Fix link to a RTIC v1 book Current link leads to 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d732bb4..c67df4f 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ In 2018 the Rust community created an embedded working group to help drive adopt ### Real-time tools -- [RTIC v1.0](https://rtic.rs/1.0/book/en/) Real-Time Interrupt-driven Concurrency — A concurrency framework for building real time systems: +- [RTIC v1.0](https://rtic.rs/1/book/en/) Real-Time Interrupt-driven Concurrency — A concurrency framework for building real time systems: - [cortex-m rtic](https://github.com/rtic-rs/cortex-m-rtic) RTIC framework for ARM Cortex-M microcontrollers - [msp430 rtfm](https://github.com/japaric/msp430-rtfm) RTFM framework for MSP430 MCUs