summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-07 14:52:08 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-07 15:10:58 +0000
commit80a37a9d8f780e1df60cc24c2d4f223adc49b0b6 (patch)
treeefa7e49671cbf819d0bbfdc6018ce1ff2a2da03b
parent08d329778ec73844bc1d0228305b35e09137b48e (diff)
downloadpython-setuptools-git-80a37a9d8f780e1df60cc24c2d4f223adc49b0b6.tar.gz
Docs: Replace failing reference of DIST_EXTRA_CONFIG
-rw-r--r--docs/deprecated/distutils-legacy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/distutils-legacy.rst b/docs/deprecated/distutils-legacy.rst
index 63c8ff07..30adcd2b 100644
--- a/docs/deprecated/distutils-legacy.rst
+++ b/docs/deprecated/distutils-legacy.rst
@@ -13,7 +13,7 @@ Since the 60.0.0 release, Setuptools includes a local, vendored copy of distutil
Unless ``SETUPTOOLS_USE_DISTUTILS=stdlib``, they will have no effect on the build process.
You can still use a global user config file, ``~/.pydistutils.cfg`` (POSIX) or ``%USERPROFILE%/pydistutils.cfg`` (Windows),
- or use the environment variable :doc:`DIST_EXTRA_CONFIG <deprecated/distutils/configfile>` to point to another
+ or use the environment variable :ref:`DIST_EXTRA_CONFIG <setup-config>` to point to another
supplementary configuration file.