Skip to content

Commit 8ed41a8

Browse files
committed
Replace links to the old dev doc with links to the new devguide.
1 parent 18dd0df commit 8ed41a8

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

Doc/bugs.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ were using (including version information as appropriate).
5757

5858
Each bug report will be assigned to a developer who will determine what needs to
5959
be done to correct the problem. You will receive an update each time action is
60-
taken on the bug. See http://www.python.org/dev/workflow/ for a detailed
61-
description of the issue workflow.
60+
taken on the bug.
6261

6362

6463
.. seealso::
6564

65+
`Python Developer's Guide <http://docs.python.org/devguide/>`_
66+
Detailed description of the issue workflow and developers tools.
67+
6668
`How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_
6769
Article which goes into some detail about how to create a useful bug report.
6870
This describes what kind of information is useful and why it is useful.

Doc/faq/general.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ and run out of the box on most UNIX platforms.
166166

167167
.. XXX update link once the dev faq is relocated
168168
169-
Consult the `Developer FAQ <http://www.python.org/dev/faq/>`__ for more
169+
Consult the `Developer FAQ <http://docs.python.org/devguide/faq>`__ for more
170170
information on getting the source code and compiling it.
171171

172172

@@ -224,7 +224,7 @@ news is available.
224224
.. XXX update link once the dev faq is relocated
225225
226226
You can also access the development version of Python through Subversion. See
227-
http://www.python.org/dev/faq/ for details.
227+
http://docs.python.org/devguide/faq for details.
228228

229229

230230
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
242242
.. XXX adapt link to dev guide
243243
244244
For more information on how Python is developed, consult `the Python Developer's
245-
Guide <http://python.org/dev/>`_.
245+
Guide <http://docs.python.org/devguide/>`_.
246246

247247

248248
Are there any published articles about Python that I can reference?

Doc/using/unix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Building Python
6666
If you want to compile CPython yourself, first thing you should do is get the
6767
`source <http://python.org/download/source/>`_. You can download either the
6868
latest release's source or just grab a fresh `checkout
69-
<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_.
69+
<http://docs.python.org/devguide/setup#checking-out-the-code>`_.
7070

7171
The build process consists the usual ::
7272

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Compiling Python on Windows
290290
If you want to compile CPython yourself, first thing you should do is get the
291291
`source <http://python.org/download/source/>`_. You can download either the
292292
latest release's source or just grab a fresh `checkout
293-
<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_.
293+
<http://docs.python.org/devguide/setup#checking-out-the-code>`_.
294294

295295
For Microsoft Visual C++, which is the compiler with which official Python
296296
releases are built, the source tree contains solutions/project files. View the

0 commit comments

Comments
 (0)