summaryrefslogtreecommitdiffstats
path: root/Doc/faq
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/faq
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/faq')
-rw-r--r--Doc/faq/general.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 111e312..21a5ee5 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -166,7 +166,7 @@ and run out of the box on most UNIX platforms.
.. XXX update link once the dev faq is relocated
-Consult the `Developer FAQ <http://www.python.org/dev/faq/>`__ for more
+Consult the `Developer FAQ <http://docs.python.org/devguide/faq>`__ for more
information on getting the source code and compiling it.
@@ -224,7 +224,7 @@ news is available.
.. XXX update link once the dev faq is relocated
You can also access the development version of Python through Subversion. See
-http://www.python.org/dev/faq/ for details.
+http://docs.python.org/devguide/faq for details.
How do I submit bug reports and patches for Python?
@@ -242,7 +242,7 @@ report bugs to Python, you can obtain your Roundup password through Roundup's
.. XXX adapt link to dev guide
For more information on how Python is developed, consult `the Python Developer's
-Guide <http://python.org/dev/>`_.
+Guide <http://docs.python.org/devguide/>`_.
Are there any published articles about Python that I can reference?