Skip to content

Commit

Permalink
Fix link to packaging tutorial (#844)
Browse files Browse the repository at this point in the history
* Fix link to packaging tutorial

* Add changelog entry
  • Loading branch information
bhrutledge committed Dec 7, 2021
1 parent e2d3f84 commit 6165fd3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
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

0 comments on commit 6165fd3

Please sign in to comment.