From 4faeb7527b8f7fea530d1ba7fea449b8daebe711 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 15 Jun 2023 09:04:01 -1000 Subject: [PATCH] ;doc:cli: fix a csv "field names" link --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 684bc9cd9..2a422a830 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -2983,7 +2983,7 @@ It does two things: This can be convenient if you are referencing them in other rules, so you can say `%SomeField` instead of remembering `%13`. -2. Whenever you use one of the special [hledger field names](#field names) (described below), +2. Whenever you use one of the special [hledger field names](#field-names) (described below), it assigns the CSV value in this position to that hledger field. This is the quickest way to populate hledger's fields and build a transaction.