[New-bugs-announce] [issue44561] Some expired hyperlinks in Python documentation

Steven Hsu report at bugs.python.org
Sun Jul 4 09:33:38 EDT 2021


New submission from Steven Hsu <hsuhaochun at gmail.com>:

In https://github.com/python/cpython/blob/main/Doc/distributing/index.rst, there are three expired hyperlinks:

.. _Project structure: \
    https://packaging.python.org/tutorials/distributing-packages/
.. _Building and packaging the project: \
   https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
.. _Uploading the project to the Python Packaging Index: \
   https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi

And it should be fixed in this way:

.. _Project structure: \
    https://packaging.python.org/tutorials/packaging-projects/#packaging-python-projects
.. _Building and packaging the project: \
   https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files
.. _Uploading the project to the Python Packaging Index: \
   https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives

Thanks.

----------
assignee: docs at python
components: Documentation
files: index.rst
messages: 396941
nosy: StevenHsuYL, docs at python
priority: normal
severity: normal
status: open
title: Some expired hyperlinks in Python documentation
type: enhancement
versions: Python 3.9
Added file: https://bugs.python.org/file50139/index.rst

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44561>
_______________________________________


More information about the New-bugs-announce mailing list