From 80a1c096bd2f0aa23b1b1da9a77d603c514280c4 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Sat, 16 Jun 2018 14:53:49 -0600 Subject: [PATCH] Fix links for update in rust-lang/rust --- src/attributes.md | 2 +- src/trait-bounds.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/attributes.md b/src/attributes.md index 1ae08491d..d053ec914 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -540,4 +540,4 @@ You can implement `derive` for your own type through [procedural macros]. [ECMA-334]: https://www.ecma-international.org/publications/standards/Ecma-334.htm [ECMA-335]: https://www.ecma-international.org/publications/standards/Ecma-335.htm [item declaration]: items.html -[generics]: generics.html \ No newline at end of file +[generics]: items/generics.html diff --git a/src/trait-bounds.md b/src/trait-bounds.md index a1ffd454d..8eb59018e 100644 --- a/src/trait-bounds.md +++ b/src/trait-bounds.md @@ -144,6 +144,6 @@ fn call_on_ref_zero(f: F) where F: for<'a> Fn(&'a i32) { [associated types]: items/associated-items.html#associated-types [supertraits]: items/traits.html#supertraits [generic]: items/generics.html -[Trait]: traits.html#trait-bounds +[Trait]: items/traits.html#trait-bounds [trait objects]: types.html#trait-objects -[where clause]: items/where-clauses.html +[where clause]: items/generics.html#where-clauses