Skip to content

Commit

Permalink
cookbook: fix link
Browse files Browse the repository at this point in the history
PR #120
  • Loading branch information
mbrubeck authored and BurntSushi committed Jul 16, 2018
1 parent 2a7f33a commit 3ccc191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookbook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This is like the previous example, except it shows how to deserialize each
record into a struct type that you define.
For more examples and details on how Serde deserialization works, see the
[`Reader::deserialize`](struct.Reader.html#method.deserialize)
[`Reader::deserialize`](../struct.Reader.html#method.deserialize)
method.
```no_run
Expand Down

0 comments on commit 3ccc191

Please sign in to comment.