diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index e715d55c7..30032da2e 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -23,11 +23,12 @@ The journal file contains a number of transaction entries, each describing a transfer of money (or any commodity) between two or more named accounts, in a simple format readable by both hledger and humans. -hledger's journal format is a compatible subset, [mostly](faq.html#file-format-differences), -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. -It's safe, and encouraged, to run both hledger and ledger on the same journal file, -eg to validate the results you're getting. +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](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats) +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. You can use hledger without learning any more about this file; just use the [add](#add) or [web](#web) commands to create and update it. diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 6904f5481..1a96f610a 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -100,7 +100,7 @@ In a Microsoft Windows CMD window, non-ascii characters and colours are not supp In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add. -Not all of Ledger's journal file syntax is supported. See [file format differences](faq#file-format-differences). +Not all of Ledger's journal file syntax is supported. See [file format differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats). On large data files, hledger is slower and uses more memory than Ledger. diff --git a/site/contributing.md b/site/contributing.md index bb896f991..120994431 100644 --- a/site/contributing.md +++ b/site/contributing.md @@ -307,7 +307,6 @@ Marketing and market understanding is vital. - site/contributing.md - site/step-by-step.md - site/how-to-* - - site/faq.md (ledger compatibility) - site/download.md - site/contributors.md - doc/ANNOUNCE diff --git a/site/doc/1.5/hledger.md b/site/doc/1.5/hledger.md index bc6b2ff1c..cfa4249f5 100644 --- a/site/doc/1.5/hledger.md +++ b/site/doc/1.5/hledger.md @@ -2258,7 +2258,7 @@ In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add. Not all of Ledger's journal file syntax is supported. See [file format -differences](faq#file-format-differences). +differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats). On large data files, hledger is slower and uses more memory than Ledger. diff --git a/site/doc/1.5/journal.md b/site/doc/1.5/journal.md index a1e5d3ee7..38e93e276 100644 --- a/site/doc/1.5/journal.md +++ b/site/doc/1.5/journal.md @@ -19,10 +19,9 @@ a number of transaction entries, each describing a transfer of money (or any commodity) between two or more named accounts, in a simple format readable by both hledger and humans. -hledger's journal format is a compatible subset, -[mostly](faq.html#file-format-differences), of [ledger's journal +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) +hledger can work with [compatible](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats) 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. diff --git a/site/doc/1.5/manual.md b/site/doc/1.5/manual.md index da0be5100..85e6a8277 100644 --- a/site/doc/1.5/manual.md +++ b/site/doc/1.5/manual.md @@ -2263,7 +2263,7 @@ In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add. Not all of Ledger's journal file syntax is supported. See [file format -differences](faq#file-format-differences). +differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats). On large data files, hledger is slower and uses more memory than Ledger. @@ -3093,10 +3093,9 @@ a number of transaction entries, each describing a transfer of money (or any commodity) between two or more named accounts, in a simple format readable by both hledger and humans. -hledger's journal format is a compatible subset, -[mostly](faq.html#file-format-differences), of [ledger's journal +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) +hledger can work with [compatible](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats) 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. diff --git a/site/index.md b/site/index.md index 2838b2bbf..851f1adb1 100644 --- a/site/index.md +++ b/site/index.md @@ -89,9 +89,9 @@ together with 30+ other committers, and an unknown number of usually happy-sound
### inspired by Ledger -hledger is a Haskell reimplementation of the excellent [Ledger](faq.html#hledger-and-ledger). +hledger is a Haskell reimplementation of the excellent [Ledger](https://github.com/simonmichael/hledger/wiki/FAQ#hledger--ledger). It remains substantially compatible with Ledger, and if you wish you can keep your data compatible with both. -Read more about the differences in the [FAQ](faq.html#hledger-and-ledger). +Read more about the differences in the [FAQ](https://github.com/simonmichael/hledger/wiki/FAQ#hledger--ledger).