From d6e8a11ea70140619d494a622eea166fdc2bdf72 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sat, 3 Sep 2022 14:50:37 +0200 Subject: [PATCH] Update documentation link This commit updates the documentation link which currently results in a 404 Not Found. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dbbb5f5..9f08bf67 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Embassy is the next-generation framework for embedded applications. Write safe, correct and energy-efficient embedded code faster, using the Rust programming language, its async facilities, and the Embassy libraries. -## Documentation - API reference - Website - Chat +## Documentation - API reference - Website - Chat ## Rust + async ❤️ embedded The Rust programming language is blazingly fast and memory-efficient, with no runtime, garbage collector or OS. It catches a wide variety of bugs at compile time, thanks to its full memory- and thread-safety, and expressive type system.