From 0ea6520e3a2d453dd8883c5fa94ea87982e2d4b1 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sun, 21 May 2017 20:06:51 -0600 Subject: [PATCH] Make links relative --- first-edition/src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/first-edition/src/README.md b/first-edition/src/README.md index 6bbb9db37..8580048fa 100644 --- a/first-edition/src/README.md +++ b/first-edition/src/README.md @@ -47,5 +47,5 @@ reading the second edition and then checking out the first edition later to pick up some of the more esoteric parts of the language. [book]: https://github.com/rust-lang/book/tree/master/first-edition/src -[first-edition]: https://doc.rust-lang.org/book/ -[second-edition]: https://doc.rust-lang.org/nightly/book/second-edition/ +[first-edition]: first-edition/index.html +[second-edition]: second-edition/index.html