Skip to content

Commit

Permalink
fixing link to csv data file
Browse files Browse the repository at this point in the history
  • Loading branch information
dangets authored and BurntSushi committed Aug 2, 2017
1 parent cc37954 commit 6ca9dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ will use this same CSV data throughout the entire tutorial.) To get the data,
download it from github:
```text
$ curl -LO 'https://raw.githubusercontent.com/BurntSushi/rust-csv/rewrite/examples/data/uspop.csv'
$ curl -LO 'https://raw.githubusercontent.com/BurntSushi/rust-csv/master/examples/data/uspop.csv'
```
And now finally, run your program on `uspop.csv`:
Expand Down

0 comments on commit 6ca9dce

Please sign in to comment.