;doc: bal: simplify hyperlinks doc a little [#2226]

I think this will be enough.
This commit is contained in:
Simon Michael 2024-09-29 11:31:04 -10:00
parent e116b6af41
commit 5a4e5dc099

View File

@ -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