Skip to content

Commit 672e7de

Browse files
authored
Remove linking to bugs.python.org from the README (#91418)
Fixes #91424.
1 parent bcda3f1 commit 672e7de

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ General Information
2525

2626
- Website: https://www.python.org
2727
- Source code: https://github.com/python/cpython
28-
- Issue tracker: https://bugs.python.org
28+
- Issue tracker: https://github.com/python/cpython/issues
2929
- Documentation: https://docs.python.org
3030
- Developer's Guide: https://devguide.python.org/
3131

@@ -185,8 +185,9 @@ example, if ``test_os`` and ``test_gdb`` failed, you can run::
185185
make test TESTOPTS="-v test_os test_gdb"
186186

187187
If the failure persists and appears to be a problem with Python rather than
188-
your environment, you can `file a bug report <https://bugs.python.org>`_ and
189-
include relevant output from that command to show the issue.
188+
your environment, you can `file a bug report
189+
<https://github.com/python/cpython/issues>`_ and include relevant output from
190+
that command to show the issue.
190191

191192
See `Running & Writing Tests <https://devguide.python.org/runtests/>`_
192193
for more on running tests.
@@ -213,9 +214,9 @@ and ``make altinstall`` in the others.
213214
Issue Tracker and Mailing List
214215
------------------------------
215216

216-
Bug reports are welcome! You can use the `issue tracker
217-
<https://bugs.python.org>`_ to report bugs, and/or submit pull requests `on
218-
GitHub <https://github.com/python/cpython>`_.
217+
Bug reports are welcome! You can use Github to `report bugs
218+
<https://github.com/python/cpython/issues>`_, and/or `submit pull requests
219+
<https://github.com/python/cpython/pulls>`_.
219220

220221
You can also follow development discussion on the `python-dev mailing list
221222
<https://mail.python.org/mailman/listinfo/python-dev/>`_.

0 commit comments

Comments
 (0)