diff options
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) |
commit | 8ed41a8e5cc803d4cbea328a3c169c7794e2ea80 (patch) | |
tree | 80ab071495e10e8a2c02bcb125197b4d51222cc9 /Doc/using | |
parent | 18dd0df5af140f2640953cd094e0453798e1fa22 (diff) | |
download | cpython-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/using')
-rw-r--r-- | Doc/using/unix.rst | 2 | ||||
-rw-r--r-- | Doc/using/windows.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 61e707b..d065512 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -66,7 +66,7 @@ Building Python If you want to compile CPython yourself, first thing you should do is get the `source <http://python.org/download/source/>`_. You can download either the latest release's source or just grab a fresh `checkout -<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_. +<http://docs.python.org/devguide/setup#checking-out-the-code>`_. The build process consists the usual :: diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 12378b3..948753a 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -290,7 +290,7 @@ Compiling Python on Windows If you want to compile CPython yourself, first thing you should do is get the `source <http://python.org/download/source/>`_. You can download either the latest release's source or just grab a fresh `checkout -<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_. +<http://docs.python.org/devguide/setup#checking-out-the-code>`_. For Microsoft Visual C++, which is the compiler with which official Python releases are built, the source tree contains solutions/project files. View the |