From 611b3c43b56e994ed673b6953fa1c37c85765011 Mon Sep 17 00:00:00 2001 From: Dan Herbert Date: Fri, 25 Jul 2025 19:47:51 +0000 Subject: [PATCH] Update pipx documentation URL (#491) pipx now has instructions for moving this location in their installation documentation --- programs/pipx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] } -- 2.47.3