diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index f8b27096a..2cea166a5 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1494,7 +1494,7 @@ $ hledger balancesheet -o foo.txt -O csv # write CSV to foo.txt - Our JSON is rather large and verbose, as it is quite a faithful representation of hledger's internal data types. To understand the JSON, read the Haskell type definitions, which are mostly in - https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Data/Types.hs. + .