Skip to content

Commit 02e28cd

Browse files
authored
Fix link to importlib.resources in the docs
1 parent f51eccd commit 02e28cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pkg_resources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages.
1212

1313
.. attention::
1414
Use of ``pkg_resources`` is deprecated in favor of
15-
`importlib.resources <https://docs.python.org/3/library/importlib.html#module-importlib.resources>`_,
15+
`importlib.resources <https://docs.python.org/3/library/importlib.resources.html#module-importlib.resources>`_,
1616
`importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_,
1717
and their backports (:pypi:`importlib_resources`,
1818
:pypi:`importlib_metadata`).

0 commit comments

Comments
 (0)