diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index cfc4dc642..53a9e1cb2 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -44,7 +44,7 @@ $ hledger balance ``` By default, accounts are displayed hierarchically, with subaccounts indented below their parent. -At each level of the tree, accounts are sorted by [account code](/manual.html#declaring-accounts) if any, then by account name. +At each level of the tree, accounts are sorted by [account code](/journal.html#declaring-accounts) if any, then by account name. Or with `-S/--sort-amount`, by their balance amount. "Boring" accounts, which contain a single interesting subaccount and @@ -484,5 +484,5 @@ Budget performance in 2019/01: ### Output format -The balance command supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection. +The balance command supports [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) selection. diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index a8ac8f627..1732d0b3c 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -42,5 +42,5 @@ you need for a balance sheet; note this means it ignores report begin dates (and `-T/--row-total`, since summing end balances generally does not make sense). This command also supports -[output destination](/manual.html#output-destination) and -[output format](/manual.html#output-format) selection. +[output destination](hledger.html#output-destination) and +[output format](hledger.html#output-format) selection. diff --git a/hledger/Hledger/Cli/Commands/Cashflow.md b/hledger/Hledger/Cli/Commands/Cashflow.md index 308b04e9d..b928442df 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.md +++ b/hledger/Hledger/Cli/Commands/Cashflow.md @@ -33,5 +33,5 @@ as with [multicolumn balance reports](#multicolumn-balance-reports) you can alter the report mode with `--change`/`--cumulative`/`--historical`. This command also supports -[output destination](/manual.html#output-destination) and -[output format](/manual.html#output-format) selection. +[output destination](hledger.html#output-destination) and +[output format](hledger.html#output-format) selection. diff --git a/hledger/Hledger/Cli/Commands/Incomestatement.md b/hledger/Hledger/Cli/Commands/Incomestatement.md index 6096aa19d..747f71a34 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.md +++ b/hledger/Hledger/Cli/Commands/Incomestatement.md @@ -44,5 +44,5 @@ as with [multicolumn balance reports](#multicolumn-balance-reports) you can alter the report mode with `--change`/`--cumulative`/`--historical`. This command also supports -[output destination](/manual.html#output-destination) and -[output format](/manual.html#output-format) selection. +[output destination](hledger.html#output-destination) and +[output format](hledger.html#output-format) selection. diff --git a/hledger/Hledger/Cli/Commands/Print.md b/hledger/Hledger/Cli/Commands/Print.md index 9eaf6ea16..7261fcce4 100644 --- a/hledger/Hledger/Cli/Commands/Print.md +++ b/hledger/Hledger/Cli/Commands/Print.md @@ -67,7 +67,7 @@ This assumes that transactions added to FILE always have same or increasing date and that transactions on the same day do not get reordered. See also the [import](#import) command. -This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection. +This command also supports [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) selection. Here's an example of print's CSV output: ```shell diff --git a/hledger/Hledger/Cli/Commands/Register.md b/hledger/Hledger/Cli/Commands/Register.md index fe8781a91..d5b0d752f 100644 --- a/hledger/Hledger/Cli/Commands/Register.md +++ b/hledger/Hledger/Cli/Commands/Register.md @@ -118,6 +118,6 @@ $ hledger reg -w $COLUMNS,40 # use terminal width, & description width 40 ``` This command also supports -[output destination](/manual.html#output-destination) and -[output format](/manual.html#output-format) selection. +[output destination](hledger.html#output-destination) and +[output format](hledger.html#output-format) selection. diff --git a/hledger/Hledger/Cli/Commands/Stats.md b/hledger/Hledger/Cli/Commands/Stats.md index c1155c7dd..31ee9f784 100644 --- a/hledger/Hledger/Cli/Commands/Stats.md +++ b/hledger/Hledger/Cli/Commands/Stats.md @@ -25,5 +25,5 @@ Market prices : 12 ($) ``` This command also supports -[output destination](/manual.html#output-destination) and -[output format](/manual.html#output-format) selection. +[output destination](hledger.html#output-destination) and +[output format](hledger.html#output-format) selection.