diff --git a/src/rust-2018/macros/custom-derive.md b/src/rust-2018/macros/custom-derive.md index ca175bde..4a1cd833 100644 --- a/src/rust-2018/macros/custom-derive.md +++ b/src/rust-2018/macros/custom-derive.md @@ -46,4 +46,4 @@ like [serde](https://serde.rs/) and [Diesel](http://diesel.rs/). For more, including learning how to build your own custom derive, see [The Rust Programming -Language](https://doc.rust-lang.org/book/second-edition/appendix-04-macros.html#procedural-macros-for-custom-derive). \ No newline at end of file +Language](https://doc.rust-lang.org/book/ch19-06-macros.html#how-to-write-a-custom-derive-macro). \ No newline at end of file