summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwim glenn <hey@wimglenn.com>2020-12-04 13:57:21 -0600
committerGitHub <noreply@github.com>2020-12-04 13:57:21 -0600
commitb4de397a00c6c9ef0551082d532a60badbea7ee9 (patch)
treecd1d2346965b45c1c2be2d1b5df81fddfab7f204 /docs
parent5cf3865fd314ff630376de352dbf8067ceaaa10b (diff)
downloadpython-setuptools-git-b4de397a00c6c9ef0551082d532a60badbea7ee9.tar.gz
fix broken link to entry-points details
Diffstat (limited to 'docs')
-rw-r--r--docs/pkg_resources.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst
index 364e2183..c99f0cd1 100644
--- a/docs/pkg_resources.rst
+++ b/docs/pkg_resources.rst
@@ -703,7 +703,7 @@ entry point group and look for entry points named "pre_process" and
To advertise an entry point, a project needs to use ``setuptools`` and provide
an ``entry_points`` argument to ``setup()`` in its setup script, so that the
entry points will be included in the distribution's metadata. For more
-details, see the [``setuptools`` documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins).
+details, see `Advertising Behavior <https://setuptools.readthedocs.io/en/latest/userguide/entry_point.html#dynamic-discovery-of-services-and-plugins`>_.
Each project distribution can advertise at most one entry point of a given
name within the same entry point group. For example, a distutils extension