From 5a4e5dc0993dbdf4762ac6ddd2eee34f1c1d19bd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 29 Sep 2024 11:31:04 -1000 Subject: [PATCH] ;doc: bal: simplify hyperlinks doc a little [#2226] I think this will be enough. --- hledger/Hledger/Cli/Commands/Balance.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 1823a249a..e92f7c5e6 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -387,15 +387,10 @@ $ hledger bal -% cur:€ ### Hyperlinks -The HTML and FODS output formats support hyperlinks to `hledger-web`'s -Register pages for every account and period. -E.g. if your `hledger-web` server is reachable -under the URL `http://localhost:5000/` -then you might run the `balance` command -with the extra option `--base-url=http://localhost:5000/`. -The export function will add a missing trailing slash -if the base URL is non-empty. -However, `--base-url=""` can be used to produce relative URLs. +The HTML and FODS output formats can generate hyperlinks to a `hledger-web` register view for each account and period. +E.g. if your `hledger-web` server is reachable at `http://localhost:5000` +then you might run the `balance` command with the extra option `--base-url=http://localhost:5000`. +You can also produce relative links, like `--base-url="some/path"` or `--base-url=""`.) ### Multi-period balance report