Skip to content

Commit

Permalink
fix dead links in tutorial
Browse files Browse the repository at this point in the history
Updated links for uspop-null.csv and uspop-latin1.csv
  • Loading branch information
anna-liao authored and BurntSushi committed Nov 5, 2017
1 parent 0aa597c commit 11e45d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tutorial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ the data is slightly messier than what we've been using. You can get it like
so:
```text
$ curl -LO 'https://raw.githubusercontent.com/BurntSushi/rust-csv/rewrite/examples/data/uspop-null.csv'
$ curl -LO 'https://raw.githubusercontent.com/BurntSushi/rust-csv/master/examples/data/uspop-null.csv'
```
Let's start by running our program from the previous section:
Expand Down Expand Up @@ -1705,7 +1705,7 @@ file that contains an encoding of a Latin-1 character that is invalid UTF-8.
You can get the data like so:
```text
$ curl -LO 'https://raw.githubusercontent.com/BurntSushi/rust-csv/rewrite/examples/data/uspop-latin1.csv'
$ curl -LO 'https://raw.githubusercontent.com/BurntSushi/rust-csv/master/examples/data/uspop-latin1.csv'
```
Even though I've already given away the problem, let's see what happen when
Expand Down

0 comments on commit 11e45d8

Please sign in to comment.