summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSteven Hsu <hsuhaochun@gmail.com>2021-07-19 00:10:48 (GMT)
committerGitHub <noreply@github.com>2021-07-19 00:10:48 (GMT)
commitb494685b2548489efcc66993cc6c13b027ce3b26 (patch)
tree8ff6bd0d4b732a40637fa5ee0f89abefdb2d54cd /Doc
parenta045991f60b51636a784623dda7ad84b5b2c6b73 (diff)
downloadcpython-b494685b2548489efcc66993cc6c13b027ce3b26.zip
cpython-b494685b2548489efcc66993cc6c13b027ce3b26.tar.gz
cpython-b494685b2548489efcc66993cc6c13b027ce3b26.tar.bz2
bpo-44561: Update hyperlinks in Doc/distributing/index.rst (#27032)
* Update hyperlinks in Doc/distributing/index.rst Update three expired hyperlinks. Closes bpo-44561.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/distributing/index.rst6
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/