Skip to content

Commit f2a256a

Browse files
committed
Fix reference in docs build.
1 parent 4f33d40 commit f2a256a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/using.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
package metadata. Built in part on Python's import system, this library
99
intends to replace similar functionality in the `entry point
1010
API`_ and `metadata API`_ of ``pkg_resources``. Along with
11-
:mod:`importlib.resources` (with new features backported to the
12-
`importlib_resources`_ package), this can eliminate the need to use the older
11+
:mod:`importlib.resources` (with new features backported to
12+
:doc:`importlib_resources <importlib_resources:index>`),
13+
this package can eliminate the need to use the older
1314
and less efficient
1415
``pkg_resources`` package.
1516

0 commit comments

Comments
 (0)