[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 b494685b25)


Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>

Automerge-Triggered-By: GH:ncoghlan
This commit is contained in:
Miss Islington (bot) 2021-07-18 17:39:03 -07:00 committed by GitHub
parent e05afef3c6
commit 2f643b1a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -131,11 +131,11 @@ involved in creating and publishing a project:
* `The .pypirc file`_ * `The .pypirc file`_
.. _Project structure: \ .. _Project structure: \
https://packaging.python.org/tutorials/distributing-packages/ https://packaging.python.org/tutorials/packaging-projects/#packaging-python-projects
.. _Building and packaging the project: \ .. _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: \ .. _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: \ .. _The .pypirc file: \
https://packaging.python.org/specifications/pypirc/ https://packaging.python.org/specifications/pypirc/

View file

@ -0,0 +1,3 @@
Update of three expired hyperlinks in Doc/distributing/index.rst:
"Project structure", "Building and packaging the project", and "Uploading the
project to the Python Packaging Index".