summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@python.org>2021-08-08 03:18:10 (GMT)
committerGitHub <noreply@github.com>2021-08-08 03:18:10 (GMT)
commitebecffdb6d5fffa4249f9a813f1fc1915926feb5 (patch)
treede4f63e1428919d67d07a063a0b8844aed23d091 /Doc
parenta40675c659cd8c0699f85ee9ac31660f93f8c2f5 (diff)
downloadcpython-ebecffdb6d5fffa4249f9a813f1fc1915926feb5.zip
cpython-ebecffdb6d5fffa4249f9a813f1fc1915926feb5.tar.gz
cpython-ebecffdb6d5fffa4249f9a813f1fc1915926feb5.tar.bz2
bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/bugs.rst4
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