File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> How to bootstrap support for a no_std target
4
4
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/
6
6
7
7
This project is developed and maintained by the [ Resources team] [ team ] .
8
8
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ The vector table now resembles the results of all the code snippets in this book
188
188
Cortex-M vector table. Hence, all reserved slots are correctly set to a
189
189
value of zero.
190
190
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
192
192
[ the vector table layout for the Cortex-M ] : https://developer.arm.com/docs/dui0552/latest/the-cortex-m3-processor/exception-model/vector-table
193
193
194
194
## Overriding a handler
You can’t perform that action at this time.
0 commit comments