Skip to content

Commit 6165fd3

Browse files
authored
Fix link to packaging tutorial (#844)
* Fix link to packaging tutorial * Add changelog entry
1 parent e2d3f84 commit 6165fd3

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Everyone interacting in the Twine project's codebases, issue
3838
trackers, chat rooms, and mailing lists is expected to follow the
3939
`PSF Code of Conduct`_.
4040

41-
.. _`publishing`: https://packaging.python.org/tutorials/distributing-packages/
41+
.. _`publishing`: https://packaging.python.org/tutorials/packaging-projects/
4242
.. _`PyPI`: https://pypi.org
4343
.. _`distributions`:
4444
https://packaging.python.org/glossary/#term-Distribution-Package

changelog/844.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix broken link to packaging tutorial.

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ In the future, ``pip`` and ``twine`` may
291291
merge into a single tool; see `ongoing discussion
292292
<https://github.com/pypa/packaging-problems/issues/60>`_.
293293

294-
.. _`official Python Packaging User Guide`: https://packaging.python.org/tutorials/distributing-packages/
294+
.. _`official Python Packaging User Guide`: https://packaging.python.org/tutorials/packaging-projects/
295295
.. _`the GitHub repository`: https://github.com/pypa/twine
296296
.. _`Python Packaging Discourse forum`: https://discuss.python.org/c/packaging/
297297
.. _`IRC`: https://web.libera.chat/#pypa-dev,#pypa

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>
1313
PyPI Project <https://pypi.org/project/twine/>
1414
GitHub Repository <https://github.com/pypa/twine>
15-
Python Packaging Tutorial <https://packaging.python.org/tutorials/distributing-packages/>
15+
Python Packaging Tutorial <https://packaging.python.org/tutorials/packaging-projects/>
1616

1717
Twine
1818
=====
@@ -229,12 +229,12 @@ Keyring, run:
229229
See `Twine issue #338`_ for discussion and background.
230230

231231

232-
.. _`publishing`: https://packaging.python.org/tutorials/distributing-packages/
232+
.. _`publishing`: https://packaging.python.org/tutorials/packaging-projects/
233233
.. _`PyPI`: https://pypi.org
234234
.. _`Test PyPI`: https://packaging.python.org/guides/using-testpypi/
235235
.. _`pypirc`: https://packaging.python.org/specifications/pypirc/
236236
.. _`Python Packaging User Guide`:
237-
https://packaging.python.org/tutorials/distributing-packages/
237+
https://packaging.python.org/tutorials/packaging-projects/
238238
.. _`keyring`: https://pypi.org/project/keyring/
239239
.. _`Using Keyring on headless systems`:
240240
https://keyring.readthedocs.io/en/latest/#using-keyring-on-headless-linux-systems

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url = https://twine.readthedocs.io/
1010
project_urls =
1111
Source = https://github.com/pypa/twine/
1212
Documentation = https://twine.readthedocs.io/en/latest/
13-
Packaging tutorial = https://packaging.python.org/tutorials/distributing-packages/
13+
Packaging tutorial = https://packaging.python.org/tutorials/packaging-projects/
1414
classifiers =
1515
Intended Audience :: Developers
1616
License :: OSI Approved :: Apache Software License

0 commit comments

Comments
 (0)