From 85a0016e0a605c590d8132901c51f1bf56a7efef Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 28 Jul 2022 19:04:56 +0100 Subject: [PATCH] ;doc: manuals: hledger: journal format: fix differences 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 499d95454..bc9d90664 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1855,7 +1855,7 @@ in a simple format readable by both hledger and humans. hledger's journal format is a compatible subset, mostly, of [ledger's journal format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), -so hledger can work with [compatible](faq.html#file-format-differences) +so hledger can work with [compatible](ledger.html#journal-format) ledger journal files as well. It's safe, and encouraged, to run both hledger and ledger on the same journal file, eg to validate the results you're getting.