You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/intro/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Programming Language on "Bare Metal" embedded systems, such as Microcontrollers.
5
5
6
6
## Who Embedded Rust is For
7
7
Embedded Rust is for everyone who wants to do embedded programming while taking advantage of the higher-level concepts and safety guarantees the Rust language provides.
8
-
(See also [Who Rust Is For](https://doc.rust-lang.org/book/2018-edition/ch00-00-introduction.html))
8
+
(See also [Who Rust Is For](https://doc.rust-lang.org/book/ch00-00-introduction.html))
9
9
10
10
## Scope
11
11
@@ -41,7 +41,7 @@ you might want to catch up on.
41
41
be familiar with the idioms of the [2018 edition] as this book targets
* You are comfortable developing and debugging embedded systems in another
47
47
language such as C, C++, or Ada, and are familiar with concepts such as:
@@ -55,7 +55,7 @@ If you are unfamiliar with anything mentioned above or if you want more informat
55
55
56
56
| Topic | Resource | Description |
57
57
|--------------|----------|-------------|
58
-
| Rust |[Rust Book 2018 Edition](https://doc.rust-lang.org/book/2018-edition/index.html)| If you are not yet comfortable with Rust, we highly suggest reading the this book. |
58
+
| Rust |[Rust Book](https://doc.rust-lang.org/book/)| If you are not yet comfortable with Rust, we highly suggest reading the this book. |
59
59
| Rust, Embedded |[Embedded Rust Bookshelf](https://docs.rust-embedded.org)| Here you can find several other resources provided by Rust's Embedded Working Group. |
60
60
| Rust, Embedded |[Embedonomicon](https://docs.rust-embedded.org/embedonomicon/)| The nitty gritty details when doing embedded programming in Rust. |
61
61
| Rust, Embedded |[embedded FAQ](https://docs.rust-embedded.org/faq.html)| Frequently asked questions about Rust in an embedded context. |
0 commit comments