From 921e25c4b246e8a36df47c18f03d1bae66fc8f1c Mon Sep 17 00:00:00 2001 From: mdinger Date: Tue, 30 Jun 2015 17:45:39 -0400 Subject: [PATCH] Use local elision reference before the book --- examples/scope/lifetime/explicit/input.md | 2 +- examples/scope/lifetime/fn/input.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/scope/lifetime/explicit/input.md b/examples/scope/lifetime/explicit/input.md index 26dbd4dd94..e6c5a56bdc 100644 --- a/examples/scope/lifetime/explicit/input.md +++ b/examples/scope/lifetime/explicit/input.md @@ -26,5 +26,5 @@ been introduced. [anonymity]: /fn/closures/anonymity.html [closures]: /fn/closures.html -[elision]: http://doc.rust-lang.org/nightly/book/lifetimes.html#lifetime-elision +[elision]: /scope/lifetime/elision.html [generics]: /generics.html diff --git a/examples/scope/lifetime/fn/input.md b/examples/scope/lifetime/fn/input.md index 79b4a1338f..1095c32790 100644 --- a/examples/scope/lifetime/fn/input.md +++ b/examples/scope/lifetime/fn/input.md @@ -11,5 +11,5 @@ Functions with lifetimes have a few different valid forms. Ignoring [functions][fn] -[elision]: http://doc.rust-lang.org/nightly/book/lifetimes.html#lifetime-elision +[elision]: /scope/lifetime/elision.html [fn]: /fn.html