Skip to content

Update with final embedded book links #188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions templates/what/embedded/pitch.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Enforce pin and peripheral configuration at compile time. Guarantee that resources won't be used by
unintended parts of your application.
</p>
<a href="https://github.com/rust-embedded/book/issues/5" class="button button-secondary">Learn more</a>
<a href="https://docs.rust-embedded.org/book/static-guarantees/" class="button button-secondary">Learn more</a>
</div>
<div class="four columns" id="flexible-memory-management">
<div class="domain-icon">
Expand All @@ -25,7 +25,7 @@
Dynamic memory allocation is optional. Use a global allocator and dynamic data structures.
Or leave out the heap altogether and statically allocate everything.
</p>
<a href="https://github.com/rust-embedded/book/issues/8" class="button button-secondary">Learn more</a>
<a href="https://docs.rust-embedded.org/book/collections/" class="button button-secondary">Learn more</a>
</div>
<div class="four columns" id="safe-concurrency">
<div class="domain-icon">
Expand All @@ -36,7 +36,7 @@
Rust makes it impossible to accidentally share state between threads.
Use any concurrency approach you like, and you'll still get Rust's strong guarantees.
</p>
<a href="https://github.com/rust-embedded/book/issues/7" class="button button-secondary">Learn more</a>
<a href="https://docs.rust-embedded.org/book/concurrency/" class="button button-secondary">Learn more</a>
</div>
</div>
<div class="row">
Expand All @@ -49,7 +49,7 @@
Integrate Rust into your existing C codebase or leverage an existing SDK to write a Rust
application.
</p>
<a href="https://github.com/rust-embedded/book/issues/1" class="button button-secondary">Learn more</a>
<a href="https://docs.rust-embedded.org/book/interoperability/" class="button button-secondary">Learn more</a>
</div>
<div class="four columns" id="portability">
<div class="domain-icon">
Expand All @@ -60,7 +60,7 @@
Write a library or driver once, and use it with a variety of systems, ranging
from very small microcontrollers to powerful SBCs.
</p>
<a href="https://github.com/rust-embedded/book/issues/6" class="button button-secondary">Learn more</a>
<a href="https://docs.rust-embedded.org/book/portability/" class="button button-secondary">Learn more</a>
</div>
<div class="four columns">
<div class="domain-icon">
Expand Down