Skip to content

Commit c18417d

Browse files
Merge pull request #188 from rust-lang/final-embedded-links
Update with final embedded book links
2 parents 6f84eb8 + a1bd9ce commit c18417d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/what/embedded/pitch.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Enforce pin and peripheral configuration at compile time. Guarantee that resources won't be used by
1515
unintended parts of your application.
1616
</p>
17-
<a href="https://github.com/rust-embedded/book/issues/5" class="button button-secondary">Learn more</a>
17+
<a href="https://docs.rust-embedded.org/book/static-guarantees/" class="button button-secondary">Learn more</a>
1818
</div>
1919
<div class="four columns" id="flexible-memory-management">
2020
<div class="domain-icon">
@@ -25,7 +25,7 @@
2525
Dynamic memory allocation is optional. Use a global allocator and dynamic data structures.
2626
Or leave out the heap altogether and statically allocate everything.
2727
</p>
28-
<a href="https://github.com/rust-embedded/book/issues/8" class="button button-secondary">Learn more</a>
28+
<a href="https://docs.rust-embedded.org/book/collections/" class="button button-secondary">Learn more</a>
2929
</div>
3030
<div class="four columns" id="safe-concurrency">
3131
<div class="domain-icon">
@@ -36,7 +36,7 @@
3636
Rust makes it impossible to accidentally share state between threads.
3737
Use any concurrency approach you like, and you'll still get Rust's strong guarantees.
3838
</p>
39-
<a href="https://github.com/rust-embedded/book/issues/7" class="button button-secondary">Learn more</a>
39+
<a href="https://docs.rust-embedded.org/book/concurrency/" class="button button-secondary">Learn more</a>
4040
</div>
4141
</div>
4242
<div class="row">
@@ -49,7 +49,7 @@
4949
Integrate Rust into your existing C codebase or leverage an existing SDK to write a Rust
5050
application.
5151
</p>
52-
<a href="https://github.com/rust-embedded/book/issues/1" class="button button-secondary">Learn more</a>
52+
<a href="https://docs.rust-embedded.org/book/interoperability/" class="button button-secondary">Learn more</a>
5353
</div>
5454
<div class="four columns" id="portability">
5555
<div class="domain-icon">
@@ -60,7 +60,7 @@
6060
Write a library or driver once, and use it with a variety of systems, ranging
6161
from very small microcontrollers to powerful SBCs.
6262
</p>
63-
<a href="https://github.com/rust-embedded/book/issues/6" class="button button-secondary">Learn more</a>
63+
<a href="https://docs.rust-embedded.org/book/portability/" class="button button-secondary">Learn more</a>
6464
</div>
6565
<div class="four columns">
6666
<div class="domain-icon">

0 commit comments

Comments
 (0)