From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 19 Jul 2021 00:39:03 +0000 (-0700) Subject: [3.9] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27233) X-Git-Tag: v3.9.7~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f643b1a8cd53f3c2f49f931bc98990a3b400495;p=thirdparty%2FPython%2Fcpython.git [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 b494685b2548489efcc66993cc6c13b027ce3b26) Co-authored-by: Steven Hsu Automerge-Triggered-By: GH:ncoghlan --- diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 02379946244d..56a0a2eaef7b 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/ 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 000000000000..53238533edab --- /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".