From 06372fd743162d6ddce33c0a2f6f63d0c5253e18 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sat, 10 Nov 2018 00:13:08 +0000 Subject: [PATCH] Update old github.io links to new docs.r-e.org --- README.md | 2 +- src/exceptions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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