Skip to content

Commit 886be54

Browse files
authored
Merge pull request #800 from wimglenn/patch-2
fix orphaned link
2 parents 69c86ae + 8b5cd53 commit 886be54

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)