Skip to content

Commit 1cf7385

Browse files
slatenyCAM-Gerlach
authored andcommitted
docs: Change links to label refs (python/cpython#98454)
Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 00801f7 commit 1cf7385

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/using.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Because :term:`packaging:Distribution Package` metadata
343343
is not available through :data:`sys.path` searches, or
344344
package loaders directly,
345345
the metadata for a distribution is found through import
346-
system `finders`_. To find a distribution package's metadata,
346+
system :ref:`finders <finders-and-loaders>`. To find a distribution package's metadata,
347347
``importlib.metadata`` queries the list of :term:`meta path finders <meta path finder>` on
348348
:data:`sys.meta_path`.
349349

@@ -379,4 +379,3 @@ a custom finder, return instances of this derived ``Distribution`` in the
379379

380380
.. _`entry point API`: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
381381
.. _`metadata API`: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#metadata-api
382-
.. _`finders`: https://docs.python.org/3/reference/import.html#finders-and-loaders

0 commit comments

Comments
 (0)