summaryrefslogtreecommitdiff
path: root/Doc/bugs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r--Doc/bugs.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst
index a9a48c7858..3785ccb72b 100644
--- a/Doc/bugs.rst
+++ b/Doc/bugs.rst
@@ -57,12 +57,14 @@ were using (including version information as appropriate).
Each bug report will be assigned to a developer who will determine what needs to
be done to correct the problem. You will receive an update each time action is
-taken on the bug. See http://www.python.org/dev/workflow/ for a detailed
-description of the issue workflow.
+taken on the bug.
.. seealso::
+ `Python Developer's Guide <http://docs.python.org/devguide/>`_
+ Detailed description of the issue workflow and developers tools.
+
`How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_
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.