From e1b77b07099a8c60a9f83550ca413cb75f186010 Mon Sep 17 00:00:00 2001 From: Nafis Date: Sat, 6 Dec 2014 08:17:49 +1000 Subject: [PATCH] fix 404 --- src/doc/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index c2d43a20ec4..916898de459 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -3681,8 +3681,8 @@ Here's the second note, which lets us know where the first borrow would be over. This is useful, because if we wait to try to borrow `x` after this borrow is over, then everything will work. -For more advanced patterns, please consult the [Lifetime -Guide](guide-lifetimes.html). You'll also learn what this type signature with +For more advanced patterns, please consult the [Ownership +Guide](guide-ownership.html). You'll also learn what this type signature with the `'a` syntax is: ```{rust,ignore}