Skip to content

Commit ce27a34

Browse files
Merge pull request #359 from Mark-Simulacrum/link-fix
Fix links for update in rust-lang/rust
2 parents 0de8380 + 80a1c09 commit ce27a34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,4 +540,4 @@ You can implement `derive` for your own type through [procedural macros].
540540
[ECMA-334]: https://www.ecma-international.org/publications/standards/Ecma-334.htm
541541
[ECMA-335]: https://www.ecma-international.org/publications/standards/Ecma-335.htm
542542
[item declaration]: items.html
543-
[generics]: generics.html
543+
[generics]: items/generics.html

src/trait-bounds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ fn call_on_ref_zero<F>(f: F) where F: for<'a> Fn(&'a i32) {
144144
[associated types]: items/associated-items.html#associated-types
145145
[supertraits]: items/traits.html#supertraits
146146
[generic]: items/generics.html
147-
[Trait]: traits.html#trait-bounds
147+
[Trait]: items/traits.html#trait-bounds
148148
[trait objects]: types.html#trait-objects
149-
[where clause]: items/where-clauses.html
149+
[where clause]: items/generics.html#where-clauses

0 commit comments

Comments
 (0)