summaryrefslogtreecommitdiff
path: root/docs/pkg_resources.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-03-19 09:10:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-03-19 09:10:41 -0400
commite109eff86e98c0570a5c86f83e470ea942aab5a5 (patch)
tree545e4bf2ac7584e2921151eba4b6d2a25e1c5ce3 /docs/pkg_resources.rst
parentddca7988e951021340ee445994d3c6c55a957eee (diff)
downloadpython-setuptools-git-e109eff86e98c0570a5c86f83e470ea942aab5a5.tar.gz
Fix warnings for pypi references.
Diffstat (limited to 'docs/pkg_resources.rst')
-rw-r--r--docs/pkg_resources.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pkg_resources.rst b/docs/pkg_resources.rst
index c1158189..21ff6dc1 100644
--- a/docs/pkg_resources.rst
+++ b/docs/pkg_resources.rst
@@ -13,8 +13,8 @@ packages.
Use of ``pkg_resources`` is discouraged in favor of
`importlib.resources <https://docs.python.org/3/library/importlib.html#module-importlib.resources>`_,
`importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_,
-and their backports (`resources <https://pypi.org/project/importlib_resources>`_,
-`metadata <https://pypi.org/project/importlib_metadata>`_).
+and their backports (:pypi:`importlib_resources`,
+:pypi:`importlib_metadata`).
Please consider using those libraries instead of pkg_resources.