From 3a6d3175563644edae13a9ba179bd70a8d5abfa4 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 ++++ template/docs/src/developer.md.jinja | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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/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