summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoralvyjudy <alvyjudy@gmail.com>2020-05-14 12:40:46 -0400
committeralvyjudy <alvyjudy@gmail.com>2020-05-14 12:40:46 -0400
commitbf6e567a736943ae5d54f21b59005b900c909a28 (patch)
treefeb5573bae2717c081831e1576985efcef6e523e /docs
parent34f1fa1b86a63f3021ccb7f842220d8b011c9e1d (diff)
downloadpython-setuptools-git-bf6e567a736943ae5d54f21b59005b900c909a28.tar.gz
docs: udpate quickstart to match ref file
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/quickstart.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/userguide/quickstart.txt b/docs/userguide/quickstart.txt
index fb40b12a..e75d74e1 100644
--- a/docs/userguide/quickstart.txt
+++ b/docs/userguide/quickstart.txt
@@ -141,7 +141,7 @@ When your project is installed, either by using pip, ``setup.py install``,
or ``setup.py develop``, all of the dependencies not already installed will
be located (via PyPI), downloaded, built (if necessary), and installed.
-For more advanced use, see :ref:`dependencies`
+For more advanced use, see :ref:`dependency_management`
Including Data Files
====================
@@ -210,5 +210,3 @@ To install your newly uploaded package ``example_pkg``, you can use pip::
The next following sections will walk you through all of the available functions
``setuptools`` offers in excrutiating details (including those already mentioned)
for more advanced use.
-
-