diff options
author | Ned Deily <nad@python.org> | 2016-06-06 00:38:48 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-06-06 00:38:48 (GMT) |
commit | 8f5798edfb71342fa4b3070a7f69386f7b229cd0 (patch) | |
tree | def277774ef6994f631669a34748561083fdf193 /Doc/distributing | |
parent | 3f0ee83f14f2ce2c05360f5ed326844388353b6f (diff) | |
download | cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.zip cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.gz cpython-8f5798edfb71342fa4b3070a7f69386f7b229cd0.tar.bz2 |
Issue #26014: Update 3.x packaging documentation:
- "See also" links to the new docs are now provided in the legacy pages
- links to setuptools documentation have been updated
(original patch by Susan Sun)
Diffstat (limited to 'Doc/distributing')
-rw-r--r-- | Doc/distributing/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index d51ff99..82ecd2c 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -61,7 +61,7 @@ Key terms extensions, to be installed on a system without needing to be built locally. -.. _setuptools: https://setuptools.pypa.io/en/latest/setuptools.html +.. _setuptools: https://setuptools.readthedocs.io/en/latest/ .. _wheel: https://wheel.readthedocs.org Open source licensing and collaboration |