From 23173ae2de4575133e30641dd27cdab23921be10 Mon Sep 17 00:00:00 2001 From: Steven Hsu <81967953+StevenHsuYL@users.noreply.github.com> Date: Mon, 5 Jul 2021 20:14:42 +0800 Subject: [PATCH 1/2] Update hyperlinks in Doc/distributing/index.rst Update three expired hyperlinks. bpo-44561. --- Doc/distributing/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 02379946244d84..56a0a2eaef7be1 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/ From 96abd2906bb27a6238aa8bbf5f6d184bcbac7ccc Mon Sep 17 00:00:00 2001 From: Steven Hsu <81967953+StevenHsuYL@users.noreply.github.com> Date: Sun, 18 Jul 2021 22:47:38 +0800 Subject: [PATCH 2/2] Create news entry news entry for bpo-44561 --- .../Documentation/2021-07-18-22-43-14.bpo-44561.T7HpWm.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2021-07-18-22-43-14.bpo-44561.T7HpWm.rst diff --git a/Misc/NEWS.d/next/Documentation/2021-07-18-22-43-14.bpo-44561.T7HpWm.rst b/Misc/NEWS.d/next/Documentation/2021-07-18-22-43-14.bpo-44561.T7HpWm.rst new file mode 100644 index 00000000000000..53238533edabbf --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-07-18-22-43-14.bpo-44561.T7HpWm.rst @@ -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".