diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 79fd2f143..f7372d81e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 `__ or +instructions `__ or .. code-block:: sh diff --git a/docs/changelog.rst b/docs/changelog.rst index 2354e6539..53942be61 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ---------------------- diff --git a/docs/guides/installation.rst b/docs/guides/installation.rst index 35caa6ea3..c0a96d11e 100644 --- a/docs/guides/installation.rst +++ b/docs/guides/installation.rst @@ -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`` ------------------------------