From ac38f0cdcd8f7426025ffad267046d030ef51c6d Mon Sep 17 00:00:00 2001 From: Rob B Date: Tue, 24 Mar 2026 19:17:49 -0700 Subject: [PATCH] docs: fix pipx install directions link --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index c2394d6992f..20d3647236a 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -40,7 +40,7 @@ See the **advanced** installation instructions to use a preview or alternate ver **Install pipx** If `pipx` is not already installed, you can follow any of the options in the -[official pipx installation instructions](https://pipx.pypa.io/stable/installation/). +[official pipx installation instructions](https://pipx.pypa.io/stable/how-to/install-pipx/). Any non-ancient version of `pipx` will do. {{< /step >}}