Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to packaging tutorial #844

Merged
merged 2 commits into from
Dec 7, 2021
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog/844.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix broken link to packaging tutorial.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ In the future, ``pip`` and ``twine`` may
merge into a single tool; see `ongoing discussion
<https://github.com/pypa/packaging-problems/issues/60>`_.

.. _`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
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>
PyPI Project <https://pypi.org/project/twine/>
GitHub Repository <https://github.com/pypa/twine>
Python Packaging Tutorial <https://packaging.python.org/tutorials/distributing-packages/>
Python Packaging Tutorial <https://packaging.python.org/tutorials/packaging-projects/>

Twine
=====
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down