Skip to content

Commit 4823efa

Browse files
committed
Update book links
1 parent f8f8674 commit 4823efa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

templates/what/embedded/get-started.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="four columns" id="discovery-book">
99
<div class="domain-icon">
1010
<img src="/static/images/chip1.svg" alt="DIP-6 package"/>
11-
<a href="https://japaric.github.io/discovery">
11+
<a href="https://rust-embedded.github.io/discovery/">
1212
<h3>The Discovery Book</h3>
1313
</a>
1414
</div>
@@ -19,7 +19,7 @@
1919
<div class="four columns" id="embedded-rust-book">
2020
<div class="domain-icon">
2121
<img src="/static/images/chip2.svg" alt="TFQP-16 package"/>
22-
<a href="https://book.rust-embedded.org/">
22+
<a href="https://rust-embedded.github.io/book/">
2323
<h3>The Embedded Rust Book</h3>
2424
</a>
2525
</div>
@@ -31,7 +31,7 @@
3131
<div class="four columns" id="embedonomicon">
3232
<div class="domain-icon">
3333
<img src="/static/images/chip3.svg" alt="BGA package" />
34-
<a href="https://embedonomicon.rust-embedded.org/">
34+
<a href="https://rust-embedded.github.io/embedonomicon/">
3535
<h3>The Embedonomicon</h3>
3636
</a>
3737
</div>

templates/what/embedded/pitch.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<p>
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.
27-
<a href="https://github.com/rust-lang-nursery/embedded-wg/issues/125">Learn more</a>
27+
<a href="https://github.com/rust-embedded/book/issues/8">Learn more</a>
2828
</p>
2929
</div>
3030
<div class="four columns" id="safe-concurrency">
@@ -35,7 +35,7 @@
3535
<p>
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.
38-
<a href="https://github.com/rust-lang-nursery/embedded-wg/issues/124">Learn more</a>
38+
<a href="https://github.com/rust-embedded/book/issues/7">Learn more</a>
3939
</p>
4040
</div>
4141
</div>
@@ -48,7 +48,7 @@
4848
<p>
4949
Integrate Rust into your existing C codebase or leverage an existing SDK to write a Rust
5050
application.
51-
<a href="https://github.com/rust-lang-nursery/embedded-wg/issues/48">Learn more</a>
51+
<a href="https://github.com/rust-embedded/book/issues/1">Learn more</a>
5252
</p>
5353
</div>
5454
<div class="four columns" id="portability">
@@ -59,7 +59,7 @@
5959
<p>
6060
Write a library or driver once, and use it with a variety of systems, ranging
6161
from very small microcontrollers to powerful SBCs.
62-
<a href="https://github.com/rust-lang-nursery/embedded-wg/issues/119">Learn more</a>
62+
<a href="https://github.com/rust-embedded/book/issues/6">Learn more</a>
6363
</p>
6464
</div>
6565
<div class="four columns">

0 commit comments

Comments
 (0)