Skip to content

Commit

Permalink
relative link2
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo authored Sep 5, 2018
1 parent 6132299 commit 3017773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2018-edition/src/appendix-03-derivable-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library that you can use with `derive`. Each section covers:
* Examples of operations that require the trait

If you want different behavior than that provided by the `derive` attribute,
consult the [standard library documentation](https://doc.rust-lang.org/std/)
consult the [standard library documentation](../../std)
for each trait for details of how to manually implement them.

The rest of the traits defined in the standard library can’t be implemented on
Expand Down

0 comments on commit 3017773

Please sign in to comment.