From 27b5bba440b357452a1436fbb8df36ffa03f6ac5 Mon Sep 17 00:00:00 2001 From: Branden Palmer Date: Wed, 10 Dec 2025 19:06:39 +0700 Subject: [PATCH] Update editable installs ref in CONTRIBUTING doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7617a34bf64..9f5f4d636ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,7 +137,7 @@ npm run build These commands also create an *editable install* of plotly.py so that you can test your changes iteratively without having to rebuild the plotly.py package explicitly; for more information please see -[the `pip` documentation on editable installs](https://pip.pypa.io/en/stable/reference/pip_install/#install-editable) +[the `pip` documentation on editable installs](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs) Please note that the single quotes are needed to escape the `[]` characters. ### Formatting