From 6610c021d6dd8fac8923184de5db69376ebed6de Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Sat, 20 Oct 2018 15:08:27 +0200 Subject: [PATCH] Fixed incorrect links Fixes #50 --- src/intro/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intro/introduction.md b/src/intro/introduction.md index 6cfd89b..a6dd995 100644 --- a/src/intro/introduction.md +++ b/src/intro/introduction.md @@ -80,13 +80,13 @@ for the purpose of following the exmaples in this book. The work on this book is coordinated in [this repository] and is mainly developed by the [resources team]. -[this repository]: https://github.com/rust-lang-nursery/embedded-wg/book +[this repository]: https://github.com/rust-embedded/book [resources team]: https://github.com/rust-embedded/wg If you have trouble following the instructions in this book or find that some section of the book is not clear enough or hard to follow then that's a bug and it should be reported in [the issue tracker] of this book. -[the issue tracker]: https://github.com/rust-lang-nursery/embedded-wg/book/issues +[the issue tracker]: https://github.com/rust-embedded/book/issues/ Pull requests fixing typos and adding new content are very welcome!