diff --git a/README.md b/README.md index 1d57e48..9314090 100644 --- a/README.md +++ b/README.md @@ -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]. diff --git a/src/exceptions.md b/src/exceptions.md index c8184eb..ba268fb 100644 --- a/src/exceptions.md +++ b/src/exceptions.md @@ -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