Skip to content

Commit

Permalink
fix cookbook link
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarth authored and BurntSushi committed Jun 17, 2017
1 parent bd80bdd commit 8757755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This example shows how to read CSV data from stdin and print each record to
stdout.

There are more examples in the
[cookbook](https://docs.rs/csv/1.0.0-beta.3/csv/examples/index.html).
[cookbook](https://docs.rs/csv/1.0.0-beta.3/csv/cookbook/index.html).

```rust
extern crate csv;
Expand Down

0 comments on commit 8757755

Please sign in to comment.