Skip to content

Commit c5352fa

Browse files
bors[bot]adamgreig
andcommitted
Merge #30
30: Update old github.io links to new docs.r-e.org r=jamesmunns a=adamgreig Closes #29. Co-authored-by: Adam Greig <[email protected]>
2 parents f03b9f1 + 06372fd commit c5352fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> How to bootstrap support for a no_std target
44
5-
This book is being temporarily hosted at https://rust-embedded.github.io/embedonomicon/
5+
This book is hosted at https://docs.rust-embedded.org/embedonomicon/
66

77
This project is developed and maintained by the [Resources team][team].
88

src/exceptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The vector table now resembles the results of all the code snippets in this book
188188
Cortex-M vector table. Hence, all reserved slots are correctly set to a
189189
value of zero.
190190

191-
[_Inspecting it_]: https://rust-embedded.github.io/embedonomicon/memory-layout.html#inspecting-it
191+
[_Inspecting it_]: https://docs.rust-embedded.org/embedonomicon/memory-layout.html#inspecting-it
192192
[the vector table layout for the Cortex-M]: https://developer.arm.com/docs/dui0552/latest/the-cortex-m3-processor/exception-model/vector-table
193193

194194
## Overriding a handler

0 commit comments

Comments
 (0)