diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-19 00:34:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 00:34:44 (GMT) |
commit | bce2847169e181ae894b323b9d5c31b0a3bec621 (patch) | |
tree | 9f58fe2d498b7c5d9d6e7119a8802e6c4eee4d27 /Doc/distributing/index.rst | |
parent | af9a352b60eddc5732db6088283f8b303baf42bb (diff) | |
download | cpython-bce2847169e181ae894b323b9d5c31b0a3bec621.zip cpython-bce2847169e181ae894b323b9d5c31b0a3bec621.tar.gz cpython-bce2847169e181ae894b323b9d5c31b0a3bec621.tar.bz2 |
[3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27234)
* 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/distributing/index.rst')
-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/ |