Skip to content

Commit

Permalink
Use local elision reference before the book
Browse files Browse the repository at this point in the history
  • Loading branch information
mdinger committed Jun 30, 2015
1 parent 9c3cc4c commit 921e25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scope/lifetime/explicit/input.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/scope/lifetime/fn/input.md
Expand Up @@ -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

0 comments on commit 921e25c

Please sign in to comment.