diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-19 00:39:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 00:39:03 (GMT) |
commit | 2f643b1a8cd53f3c2f49f931bc98990a3b400495 (patch) | |
tree | 3811aa54bd0cbd9b31f2b2e2b4638e6083b5a390 /Doc | |
parent | e05afef3c6182f4b81f0eabc06b361487fbd58cb (diff) | |
download | cpython-2f643b1a8cd53f3c2f49f931bc98990a3b400495.zip cpython-2f643b1a8cd53f3c2f49f931bc98990a3b400495.tar.gz cpython-2f643b1a8cd53f3c2f49f931bc98990a3b400495.tar.bz2 |
[3.9] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27233)
* Update hyperlinks in Doc/distributing/index.rst
Update three expired hyperlinks.
Closes [bpo-44561]().
(cherry picked from commit b494685b2548489efcc66993cc6c13b027ce3b26)
Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>
Automerge-Triggered-By: GH:ncoghlan
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/distributing/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 0237994..56a0a2e 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -131,11 +131,11 @@ involved in creating and publishing a project: * `The .pypirc file`_ .. _Project structure: \ - https://packaging.python.org/tutorials/distributing-packages/ + https://packaging.python.org/tutorials/packaging-projects/#packaging-python-projects .. _Building and packaging the project: \ - https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project + https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files .. _Uploading the project to the Python Packaging Index: \ - https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi + https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives .. _The .pypirc file: \ https://packaging.python.org/specifications/pypirc/ |