Skip to content

Commit

Permalink
Fix pipx link
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Dec 21, 2023
1 parent d27aaa9 commit 31d4e17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

### Fixed

- pipx link changed

## [0.2.3] - 2023-10-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This will ensure that your editor is configured with important formatting settin
We use [https://pre-commit.com](https://pre-commit.com) to run the linters and formatters.
In particular, the Julia code is formatted using [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl), so please install it globally first.

To install `pre-commit`, we recommend using [pipx](https://pypa.github.io/pipx/) as follows:
To install `pre-commit`, we recommend using [pipx](https://pipx.pypa.io) as follows:

```bash
# Install pipx following the link
Expand Down
2 changes: 1 addition & 1 deletion template/docs/src/developer.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This will ensure that your editor is configured with important formatting settin
We use [https://pre-commit.com](https://pre-commit.com) to run the linters and formatters.
In particular, the Julia code is formatted using [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl), so please install it globally first.

To install `pre-commit`, we recommend using [pipx](https://pypa.github.io/pipx/) as follows:
To install `pre-commit`, we recommend using [pipx](https://pipx.pypa.io) as follows:

```bash
# Install pipx following the link
Expand Down

0 comments on commit 31d4e17

Please sign in to comment.