Skip to content

Commit 134f419

Browse files
committed
Fix links
1 parent 47266f4 commit 134f419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,4 @@ You can implement `derive` for your own type through [procedural macros].
537537
[`Drop`]: special-types-and-traits.html#drop
538538
[let statement]: statements.html#let-statements
539539
[unstable book plugin]: ../unstable-book/language-features/plugin.html#lint-plugins
540-
[zero-variant enum]: enumerations.html#zero-variant-enums
540+
[zero-variant enum]: items/enumerations.html#zero-variant-enums

src/items/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ let nonsense = mycircle.radius() * mycircle.area();
148148
[explicit]: expressions/operator-expr.html#type-cast-expressions
149149
[RFC 255]: https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
150150
[associated items]: items/associated-items.html
151-
[method]: items/functions.html#methods
151+
[method]: items/associated-items.html#methods

0 commit comments

Comments
 (0)