File tree 1 file changed +1
-2
lines changed 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ Because :term:`packaging:Distribution Package` metadata
343
343
is not available through :data: `sys.path ` searches, or
344
344
package loaders directly,
345
345
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,
347
347
``importlib.metadata `` queries the list of :term: `meta path finders <meta path finder> ` on
348
348
:data: `sys.meta_path `.
349
349
@@ -379,4 +379,3 @@ a custom finder, return instances of this derived ``Distribution`` in the
379
379
380
380
.. _`entry point API` : https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
381
381
.. _`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
You can’t perform that action at this time.
0 commit comments