We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cf802e + ea7641e commit 297ac11Copy full SHA for 297ac11
1 file changed
source/overview.rst
@@ -167,7 +167,7 @@ Python's native packaging is mostly built for distributing reusable
167
code, called libraries, between developers. You can piggyback
168
**tools**, or basic applications for developers, on top of Python's
169
library packaging, using technologies like `setuptools entry_points
170
-<http://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation>`_.
+<https://setuptools.readthedocs.io/en/latest/userguide/entry_point.html>`_.
171
172
Libraries are building blocks, not complete applications. For
173
distributing applications, there's a whole new world of technologies
0 commit comments