summaryrefslogtreecommitdiff
path: root/docs/userguide/index.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-17 11:56:01 -0400
committerGitHub <noreply@github.com>2020-10-17 11:56:01 -0400
commit23f874ca386f8f33beae3e287b866af79f97415f (patch)
treeeb04dfd745279fe41a3b7eed25a8fae0873a2688 /docs/userguide/index.rst
parentf04cd3b21f1bd8ef5c8dedc42fb8708dfdf0fccd (diff)
downloadpython-setuptools-git-23f874ca386f8f33beae3e287b866af79f97415f.tar.gz
Prefer doc role to ref role.
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to 'docs/userguide/index.rst')
-rw-r--r--docs/userguide/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst
index 7abc7903..18679c54 100644
--- a/docs/userguide/index.rst
+++ b/docs/userguide/index.rst
@@ -16,7 +16,7 @@ Transition to PEP517
Since setuptools no longer serves as the default build tool, one must explicitly
opt in (by providing a :file:`pyproject.toml` file) to use this library. The user
facing part is provided by tools such as pip and
-backend interface is described :ref:`in this document <../build_meta>`. The
+backend interface is described :doc:`in this document <../build_meta>`. The
quickstart provides an overview of the new workflow.
.. toctree::