New submission from Steven Hsu <hsuhaoc...@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@python
components: Documentation
files: index.rst
messages: 396941
nosy: StevenHsuYL, docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44561>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to