Skip to content

Commit

Permalink
Merge #30
Browse files Browse the repository at this point in the history
30: Update old github.io links to new docs.r-e.org r=jamesmunns a=adamgreig

Closes #29.

Co-authored-by: Adam Greig <adam@adamgreig.com>
  • Loading branch information
bors[bot] and adamgreig committed Nov 10, 2018
2 parents a02b816 + 06372fd commit 8f42e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ The vector table now resembles the results of all the code snippets in this book
Cortex-M vector table. Hence, all reserved slots are correctly set to a
value of zero.

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

## Overriding a handler
Expand Down

0 comments on commit 8f42e01

Please sign in to comment.