Skip to content

Commit 8b5cd53

Browse files
authored
fix orphaned link
1 parent 69c86ae commit 8b5cd53

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,8 @@ entry_points
508508
Use this keyword to specify any plugins that your project provides for any named
509509
entry points that may be defined by your project or others that you depend on.
510510

511-
For more information, see the section on `Dynamic Discovery of Services and
512-
Plugins
513-
<https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins>`_
511+
For more information, see the section on `Advertising Behavior
512+
<https://setuptools.readthedocs.io/en/latest/userguide/entry_point.html#dynamic-discovery-of-services-and-plugins>`_
514513
from the :ref:`setuptools` docs.
515514

516515
The most commonly used entry point is "console_scripts" (see below).

0 commit comments

Comments
 (0)