diff options
| author | Ulf Lilleengen <[email protected]> | 2024-02-09 20:29:38 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-02-09 20:30:50 +0100 |
| commit | 32f950cb5ebe478b2641a991dcaa00591ef081f6 (patch) | |
| tree | d305a8018d84bde1d00c3290b5dce5e612dc7e5f /README.md | |
| parent | 460cf79513d7fbcd7910ea96dbcaf320d97f593e (diff) | |
docs: use correct link to book
Fixes #2550
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | 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. | 3 | 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. |
| 4 | 4 | ||
| 5 | ## <a href="https://embassy.dev/dev/index.html">Documentation</a> - <a href="https://docs.embassy.dev/">API reference</a> - <a href="https://embassy.dev/">Website</a> - <a href="https://matrix.to/#/#embassy-rs:matrix.org">Chat</a> | 5 | ## <a href="https://embassy.dev/book/dev/index.html">Documentation</a> - <a href="https://docs.embassy.dev/">API reference</a> - <a href="https://embassy.dev/">Website</a> - <a href="https://matrix.to/#/#embassy-rs:matrix.org">Chat</a> |
| 6 | ## Rust + async ❤️ embedded | 6 | ## Rust + async ❤️ embedded |
| 7 | 7 | ||
| 8 | 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. | 8 | 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. |
