From 31d4e17e4716203d7d73911e1d790cddc3a0236c Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Thu, 21 Dec 2023 11:25:55 +0100 Subject: [PATCH] Fix pipx link --- CHANGELOG.md | 4 ++++ docs/src/developer.md | 2 +- template/docs/src/developer.md.jinja | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2bc4ec..ebb16eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +### Fixed + +- pipx link changed + ## [0.2.3] - 2023-10-31 ### Changed diff --git a/docs/src/developer.md b/docs/src/developer.md index ef0b7cb2..3fc2939e 100644 --- a/docs/src/developer.md +++ b/docs/src/developer.md @@ -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 diff --git a/template/docs/src/developer.md.jinja b/template/docs/src/developer.md.jinja index e55361dd..43f61613 100644 --- a/template/docs/src/developer.md.jinja +++ b/template/docs/src/developer.md.jinja @@ -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