From 050e92f3f3ad2752193e0c9a7f2b27988d23884b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 8 Dec 2021 09:54:25 -1000 Subject: [PATCH] ;doc: update links --- RELEASING.md | 2 +- WORKFLOWS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 768ac3b76..e52aed792 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -149,7 +149,7 @@ In site repo: - check preview in vs code - commit: `relnotes: NEW` -- update `download.md` +- update `install.md` - query-replace OLD -> NEW in - "current hledger release" - CI binaries badges/links, including linux-static-arm32v7 if built diff --git a/WORKFLOWS.md b/WORKFLOWS.md index f450e64c6..c4e164e0b 100644 --- a/WORKFLOWS.md +++ b/WORKFLOWS.md @@ -40,7 +40,7 @@ Eg: ## Build in place -See also https://hledger.org/download.html#c.-build-the-development-version . +See also https://hledger.org/install.html#c.-build-the-development-version . stack build # hledger hledger-ui ... @@ -49,7 +49,7 @@ then builds all hledger packages. This can take a while! To save time, you can build individual packages, eg just the CLI and TUI. Note stack does not fetch C libraries such as curses or terminfo, which you might need to install yourself, using your system's package manager. -In case of trouble, see [download](/download.html#link-errors). +In case of trouble, see [download](/install.html#link-errors). If you want to use an older snapshot/GHC for some reason, specify one of the older stack-*.yaml files: @@ -64,7 +64,7 @@ If you want to use an older snapshot/GHC for some reason, specify one of the old ## Build and install This builds and also copies the hledger executables to `~/.local/bin` or the Windows equivalent -(which you should [add to your `$PATH`](/download.html#b)). +(which you should [add to your `$PATH`](/install.html#b)). stack install # hledger hledger-ui ...