diff --git a/2018-edition/src/appendix-03-derivable-traits.md b/2018-edition/src/appendix-03-derivable-traits.md index cc573faad..be4d80d3d 100644 --- a/2018-edition/src/appendix-03-derivable-traits.md +++ b/2018-edition/src/appendix-03-derivable-traits.md @@ -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