diff --git a/README.rst b/README.rst index f785690d..5ae7eb5c 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Everyone interacting in the Twine project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. -.. _`publishing`: https://packaging.python.org/tutorials/distributing-packages/ +.. _`publishing`: https://packaging.python.org/tutorials/packaging-projects/ .. _`PyPI`: https://pypi.org .. _`distributions`: https://packaging.python.org/glossary/#term-Distribution-Package diff --git a/changelog/844.doc.rst b/changelog/844.doc.rst new file mode 100644 index 00000000..a206e372 --- /dev/null +++ b/changelog/844.doc.rst @@ -0,0 +1 @@ +Fix broken link to packaging tutorial. diff --git a/docs/contributing.rst b/docs/contributing.rst index 8a7f7df5..9d62523a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -291,7 +291,7 @@ In the future, ``pip`` and ``twine`` may merge into a single tool; see `ongoing discussion `_. -.. _`official Python Packaging User Guide`: https://packaging.python.org/tutorials/distributing-packages/ +.. _`official Python Packaging User Guide`: https://packaging.python.org/tutorials/packaging-projects/ .. _`the GitHub repository`: https://github.com/pypa/twine .. _`Python Packaging Discourse forum`: https://discuss.python.org/c/packaging/ .. _`IRC`: https://web.libera.chat/#pypa-dev,#pypa diff --git a/docs/index.rst b/docs/index.rst index ead6d7d8..b0b2123d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,7 +12,7 @@ Code of Conduct PyPI Project GitHub Repository - Python Packaging Tutorial + Python Packaging Tutorial Twine ===== @@ -229,12 +229,12 @@ Keyring, run: See `Twine issue #338`_ for discussion and background. -.. _`publishing`: https://packaging.python.org/tutorials/distributing-packages/ +.. _`publishing`: https://packaging.python.org/tutorials/packaging-projects/ .. _`PyPI`: https://pypi.org .. _`Test PyPI`: https://packaging.python.org/guides/using-testpypi/ .. _`pypirc`: https://packaging.python.org/specifications/pypirc/ .. _`Python Packaging User Guide`: - https://packaging.python.org/tutorials/distributing-packages/ + https://packaging.python.org/tutorials/packaging-projects/ .. _`keyring`: https://pypi.org/project/keyring/ .. _`Using Keyring on headless systems`: https://keyring.readthedocs.io/en/latest/#using-keyring-on-headless-linux-systems diff --git a/setup.cfg b/setup.cfg index 293aaa24..e7ead763 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ url = https://twine.readthedocs.io/ project_urls = Source = https://github.com/pypa/twine/ Documentation = https://twine.readthedocs.io/en/latest/ - Packaging tutorial = https://packaging.python.org/tutorials/distributing-packages/ + Packaging tutorial = https://packaging.python.org/tutorials/packaging-projects/ classifiers = Intended Audience :: Developers License :: OSI Approved :: Apache Software License