We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886ebda commit 95023c6Copy full SHA for 95023c6
documentation/tutorial.md
@@ -510,7 +510,7 @@ your code is always tested (to a given extend) before you ship it.
510
511
Before you make your code available to the public, you need to think about how users can install the software on
512
their computers. In the Python world, one standard way to do this is using
513
-[distutils](http://docs.python.org/distutils/index.html) which is shipped with the standard Python distribution.
+[distutils](http://docs.python.org/3.11/distutils/index.html) which is shipped with the standard Python distribution.
514
515
Using distutils basically means providing a `setup.py` or `pyproject.toml` that can be used to install the software.
516
0 commit comments