mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
[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:
parent
e05afef3c6
commit
2f643b1a8c
2 changed files with 6 additions and 3 deletions
|
@ -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/
|
||||||
|
|
||||||
|
|
|
@ -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".
|
Loading…
Add table
Add a link
Reference in a new issue