diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 08:24:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 08:24:54 (GMT) |
commit | 77fe77d4af87b29ce36fc6d20a097ccb9cd08f76 (patch) | |
tree | 18555066ee2d4e6c5f5d775f7f38d747f080015f /Doc/bugs.rst | |
parent | 728e4debd84e3fa345a6516e7fc0390ffc023ea8 (diff) | |
download | cpython-77fe77d4af87b29ce36fc6d20a097ccb9cd08f76.zip cpython-77fe77d4af87b29ce36fc6d20a097ccb9cd08f76.tar.gz cpython-77fe77d4af87b29ce36fc6d20a097ccb9cd08f76.tar.bz2 |
Fixing broken links in doc, part 1: faq/
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r-- | Doc/bugs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 11e6101..f01ae0e 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -68,7 +68,7 @@ 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 Writing Guidelines <http://developer.mozilla.org/en/docs/Bug_writing_guidelines>`_ + `Bug 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. |