diff options
author | Senthil Kumaran <senthil@python.org> | 2021-08-16 08:48:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 08:48:08 (GMT) |
commit | b6a6d99a0ba3796a9d7d4fe8612b640f90e6d7f9 (patch) | |
tree | df376676c7230ab4336a1af600e97fe4b4bc561a | |
parent | 25122b2cf9b55f67572dd454b6809e1f62f78f39 (diff) | |
download | cpython-b6a6d99a0ba3796a9d7d4fe8612b640f90e6d7f9.zip cpython-b6a6d99a0ba3796a9d7d4fe8612b640f90e6d7f9.tar.gz cpython-b6a6d99a0ba3796a9d7d4fe8612b640f90e6d7f9.tar.bz2 |
[3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27666)
(cherry picked from commit ebecffdb6d5fffa4249f9a813f1fc1915926feb5)
Co-authored-by: Senthil Kumaran <senthil@python.org>
-rw-r--r-- | Doc/bugs.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 8ffc8b1..8281979 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -80,10 +80,6 @@ taken on the bug. Article which goes into some detail about how to create a useful bug report. This describes what kind of information is useful and why it is useful. - `Bug Report Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines>`_ - Information about writing a good bug report. Some of this is specific to the - Mozilla project, but describes general good practices. - .. _contributing-to-python: Getting started contributing to Python yourself |