summaryrefslogtreecommitdiff
path: root/programming
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2022-04-23 01:35:29 +0200
committeralex <alex@pdp7.net>2022-04-23 01:35:29 +0200
commitb17b4dc439d28b057609721c731725deea22b69e (patch)
treed9b74532898b0a0a76e10077b26f262b85d38bc8 /programming
parent83dd6feb9ffef6623b8b99341e6edfd79a131986 (diff)
Fix link
Diffstat (limited to 'programming')
-rw-r--r--programming/python/creating_nice_python_cli_tools.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/programming/python/creating_nice_python_cli_tools.md b/programming/python/creating_nice_python_cli_tools.md
index 6a447454..df3b8126 100644
--- a/programming/python/creating_nice_python_cli_tools.md
+++ b/programming/python/creating_nice_python_cli_tools.md
@@ -1,6 +1,6 @@
Following this advice can make your tools easy to install by others, pleasant to use, robust, cross-platform, and powerful.
-* Use [my suggestions for setting up Python projects](project_setup), particularly:
+* Use [my suggestions for setting up Python projects](project_setup.md), particularly:
* Provide instructions for installing your tool using [pipx](https://github.com/pypa/pipx).
Using pipx, people can install and upgrade your script using a simple command that requires no administrative privileges (but it requires having Python and pipx installed).
* As you are using [poetry](https://python-poetry.org/), following the indications above: