From 355b629fa63b8c53792bc0902a9b1d5eed672bf9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 14 Apr 2013 17:44:10 -0700 Subject: [PATCH] docs: fix manual faq links --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index c5f055afc..bb04bfdd5 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -89,7 +89,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) ledger journal files as well. +so hledger can work with [compatible](FAQ.html#what-are-the-file-format-differences) 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.