diff options
author | sblondon <stephane.blondon@gmail.com> | 2023-03-08 10:24:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 10:24:39 (GMT) |
commit | 7d801f245e2021d19daff105ce722f22aa844391 (patch) | |
tree | 37a6605d6326945e51091cc60de6d2541fb5050c /Doc/distributing | |
parent | 1f557f94c2ee98c2a43bd090a7bf3f39a22ed874 (diff) | |
download | cpython-7d801f245e2021d19daff105ce722f22aa844391.zip cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.gz cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.bz2 |
Remove or update bitbucket links (GH-101963)
Since Mercurial removal from bitbucket.org, some links are broken.
They are replaced by github.com or webarchive.org links if available. Otherwise, they are removed.
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'Doc/distributing')
-rw-r--r-- | Doc/distributing/index.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 2ae2726..21389ad 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -39,8 +39,7 @@ Key terms developers and documentation authors responsible for the maintenance and evolution of the standard packaging tools and the associated metadata and file format standards. They maintain a variety of tools, documentation - and issue trackers on both `GitHub <https://github.com/pypa>`__ and - `Bitbucket <https://bitbucket.org/pypa/>`__. + and issue trackers on `GitHub <https://github.com/pypa>`__. * ``distutils`` is the original build and distribution system first added to the Python standard library in 1998. While direct use of ``distutils`` is being phased out, it still laid the foundation for the current packaging |