Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032)
* Update hyperlinks in Doc/distributing/index.rst

Update three expired hyperlinks.

Closes bpo-44561.
(cherry picked from commit b494685)

Co-authored-by: Steven Hsu <hsuhaochun@gmail.com>
  • Loading branch information
StevenHsuYL authored and miss-islington committed Jul 19, 2021
commit 571f6ab3bbe8f5023fc91e23685daaf9250a74fb
6 changes: 3 additions & 3 deletions Doc/distributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
Original file line number Diff line number Diff line change
@@ -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".