summaryrefslogtreecommitdiffstats
path: root/Doc/bugs.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-02-26 14:57:23 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-02-26 14:57:23 (GMT)
commit8ed41a8e5cc803d4cbea328a3c169c7794e2ea80 (patch)
tree80ab071495e10e8a2c02bcb125197b4d51222cc9 /Doc/bugs.rst
parent18dd0df5af140f2640953cd094e0453798e1fa22 (diff)
downloadcpython-8ed41a8e5cc803d4cbea328a3c169c7794e2ea80.zip
cpython-8ed41a8e5cc803d4cbea328a3c169c7794e2ea80.tar.gz
cpython-8ed41a8e5cc803d4cbea328a3c169c7794e2ea80.tar.bz2
Replace links to the old dev doc with links to the new devguide.
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 a9a48c7..3785ccb 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.