From: Dan Herbert Date: Fri, 25 Jul 2025 19:47:51 +0000 (+0000) Subject: Update pipx documentation URL (#491) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/611b3c43b56e994ed673b6953fa1c37c85765011 Update pipx documentation URL (#491) pipx now has instructions for moving this location in their installation documentation --- diff --git a/programs/pipx.json b/programs/pipx.json index 85596d3..2af25c4 100644 --- a/programs/pipx.json +++ b/programs/pipx.json @@ -4,7 +4,7 @@ { "path": "$HOME/.local/pipx", "movable": true, - "help": "Supported by default, but uses the old location if it exists.\n\nYou can move the contents of this directory as described [here](https://github.com/pypa/pipx/pull/1001)\n" + "help": "Supported by default, but uses the old location if it exists.\n\nYou can move the contents of this directory as described [here](https://pipx.pypa.io/stable/installation/#moving-your-pipx-installation)\n" } ] }