docs: how to read csv: fix CSV format links

This commit is contained in:
Simon Michael 2016-07-19 17:25:18 -07:00
parent 378331a67e
commit 841cd562fa

View File

@ -1,6 +1,6 @@
# How to read CSV files
Here's a quick example of [converting a CSV file](manual.html#csv).
Here's a quick example of [converting a CSV file](manual.html#csv-format).
Say we have downloaded `checking.csv` from a bank for the first time:
```csv
@ -9,7 +9,7 @@ Say we have downloaded `checking.csv` from a bank for the first time:
"2012/3/23","TRANSFER TO SAVINGS","-10.00"
```
We tell hledger how to intepret this with a file named `checking.csv.rules`, using the [CSV rules syntax](manual.html#csv). Eg:
We tell hledger how to intepret this with a file named `checking.csv.rules`, using the [CSV rules syntax](manual.html#csv-format). Eg:
```rules
# skip the first CSV line (headings)
skip 1