Skip to content

Commit

Permalink
;doc: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 8, 2021
1 parent 9c1c7ac commit 050e92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions WORKFLOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...

Expand All @@ -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:

Expand All @@ -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 ...

Expand Down

0 comments on commit 050e92f

Please sign in to comment.