From 3bfe53dd5062f6970d0f1dfacb720b24a9e4de22 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Nov 2020 08:57:41 -0800 Subject: [PATCH] doc: strict mode links --- hledger/hledger.m4.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index c3bb2f4d5..bd5821f7c 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -774,6 +774,9 @@ easy journal files without a lot of declarations: With the `-s`/`--strict` flag, additional checks are performed: - Are all accounts referenced by transactions declared with an account directive ? + ([Account existence](journal.html#account-existence)) + +See also: *experimental.*