Skip to content

Commit

Permalink
docs: Change links to label refs (python/cpython#98454)
Browse files Browse the repository at this point in the history
Co-authored-by: C.A.M. Gerlach <[email protected]>
  • Loading branch information
2 people authored and jaraco committed Apr 15, 2023
1 parent 00801f7 commit 1cf7385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Because :term:`packaging:Distribution Package` metadata
is not available through :data:`sys.path` searches, or
package loaders directly,
the metadata for a distribution is found through import
system `finders`_. To find a distribution package's metadata,
system :ref:`finders <finders-and-loaders>`. To find a distribution package's metadata,
``importlib.metadata`` queries the list of :term:`meta path finders <meta path finder>` on
:data:`sys.meta_path`.

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

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

0 comments on commit 1cf7385

Please sign in to comment.