diff options
author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | 2018-01-20 00:25:37 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2018-01-20 00:25:37 (GMT) |
commit | 338cd83c5dceaed785f5bf613e2122f871908e2a (patch) | |
tree | f75ff3700e2f2c6a98b34728568e2e8a53cf0adf /Doc/distributing | |
parent | 7464e87a6511d3626b04c9833a262a77b1f21e23 (diff) | |
download | cpython-338cd83c5dceaed785f5bf613e2122f871908e2a.zip cpython-338cd83c5dceaed785f5bf613e2122f871908e2a.tar.gz cpython-338cd83c5dceaed785f5bf613e2122f871908e2a.tar.bz2 |
bpo-25910: Link redirections in docs (#1933)
Fixes some redirection links in docs.
Diffstat (limited to 'Doc/distributing')
-rw-r--r-- | Doc/distributing/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 82ecd2c..aedbe71 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -62,7 +62,7 @@ Key terms locally. .. _setuptools: https://setuptools.readthedocs.io/en/latest/ -.. _wheel: https://wheel.readthedocs.org +.. _wheel: https://wheel.readthedocs.io/ Open source licensing and collaboration ======================================= @@ -111,7 +111,7 @@ by invoking the ``pip`` module at the command line:: The Python Packaging User Guide includes more details on the `currently recommended tools`_. -.. _currently recommended tools: https://packaging.python.org/en/latest/current/#packaging-tool-recommendations +.. _currently recommended tools: https://packaging.python.org/guides/tool-recommendations/#packaging-tool-recommendations Reading the guide ================= @@ -124,11 +124,11 @@ involved in creating a project: * `Uploading the project to the Python Packaging Index`_ .. _Project structure: \ - https://packaging.python.org/en/latest/distributing/ + https://packaging.python.org/tutorials/distributing-packages/ .. _Building and packaging the project: \ - https://packaging.python.org/en/latest/distributing/#packaging-your-project + https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project .. _Uploading the project to the Python Packaging Index: \ - https://packaging.python.org/en/latest/distributing/#uploading-your-project-to-pypi + https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi How do I...? @@ -160,7 +160,7 @@ Python Packaging User Guide for more information and recommendations. .. seealso:: `Python Packaging User Guide: Binary Extensions - <https://packaging.python.org/en/latest/extensions>`__ + <https://packaging.python.org/guides/packaging-binary-extensions/>`__ .. other topics: |