docs: Update links to pipx installation guide (#6454)

The [old link](https://pipx.pypa.io/stable/installation/) now responds
with 404.
This commit is contained in:
Šarūnas Nejus 2026-03-21 18:09:20 +00:00 committed by GitHub
commit b09801b24e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -74,7 +74,7 @@ virtual environment, where its dependencies will not interfere with your system
and other CLI tools.
If you do not have pipx_ installed in your system, follow `pipx installation
instructions <https://pipx.pypa.io/stable/installation/>`__ or
instructions <https://pipx.pypa.io/stable/how-to/install-pipx/>`__ or
.. code-block:: sh

View file

@ -88,6 +88,8 @@ Other changes
management with pipx and move package manager instructions to the FAQ.
- :doc:`guides/main`: Update quick installation section to reflect current
installation guide structure.
- :doc:`guides/installation`: Update pipx installation guide link
- :doc:`contributing`: Update pipx installation guide link
2.7.1 (March 08, 2026)
----------------------

View file

@ -43,7 +43,7 @@ installation page`_ to get it set up.
.. _pipx: https://pipx.pypa.io/stable
.. _pipx installation page: https://pipx.pypa.io/stable/installation/
.. _pipx installation page: https://pipx.pypa.io/stable/how-to/install-pipx/
Managing Plugins with ``pipx``
------------------------------