From 8bb48310530fa0b6e40d36943e7e1c3739fd2c1f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 15 Jul 2024 09:42:40 +0100 Subject: [PATCH] ;doc: cli: Journal: fix hledger and Ledger link [hledger_site#112] --- 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 daa222399..99c413ee3 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -788,7 +788,7 @@ in a simple format readable by both hledger and humans. hledger's journal format is compatible with most of [Ledger's journal format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), but not all of it. -The differences and interoperation tips are described at [hledger and Ledger](ledger.html). +The differences and interoperation tips are described at [hledger and Ledger](/ledger.html). With some care, and by avoiding incompatible features, you can keep your hledger journal readable by Ledger and vice versa. This can useful eg for comparing the behaviour of one app against the other.