From c3d045f0aef0729f53176f64d53234208580b004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Sun, 10 Apr 2022 19:26:03 +0200 Subject: [PATCH] Remove linking to bugs.python.org from the README --- README.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index c0881ada4e2a08..7a46de657bd0f6 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ General Information - Website: https://www.python.org - Source code: https://github.com/python/cpython -- Issue tracker: https://bugs.python.org +- Issue tracker: https://github.com/python/cpython/issues - Documentation: https://docs.python.org - Developer's Guide: https://devguide.python.org/ @@ -185,8 +185,9 @@ example, if ``test_os`` and ``test_gdb`` failed, you can run:: make test TESTOPTS="-v test_os test_gdb" If the failure persists and appears to be a problem with Python rather than -your environment, you can `file a bug report `_ and -include relevant output from that command to show the issue. +your environment, you can `file a bug report +`_ and include relevant output from +that command to show the issue. See `Running & Writing Tests `_ for more on running tests. @@ -213,9 +214,9 @@ and ``make altinstall`` in the others. Issue Tracker and Mailing List ------------------------------ -Bug reports are welcome! You can use the `issue tracker -`_ to report bugs, and/or submit pull requests `on -GitHub `_. +Bug reports are welcome! You can use Github to `report bugs +`_, and/or `submit pull requests +`_. You can also follow development discussion on the `python-dev mailing list `_.