diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-09-04 06:07:29 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-04 06:07:29 +0000 |
| commit | 7d5c1fcebf875a5584518b99a70e8de980fba2ae (patch) | |
| tree | 58a611ac021be9363eefae43bdd7e920bd2f6407 | |
| parent | 96eb669b34d7b2fd2fa91531db568fbdd0a96208 (diff) | |
| parent | d6e8a11ea70140619d494a622eea166fdc2bdf72 (diff) | |
Merge #942
942: Update documentation link r=lulf a=danbev
This commit updates the documentation link which currently results in a
`404 Not Found`.
Co-authored-by: Daniel Bevenius <[email protected]>
| -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/embassy/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/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. |
