From 5561eeb8a4ce8d36efcda154b1b2d4fb77fdd258 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 Dec 2021 10:00:19 -1000 Subject: [PATCH] ;doc: fix two unlinked urls --- hledger/hledger.m4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. + .