diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-14 15:37:45 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-14 15:37:45 (GMT) |
commit | 9be57231dd6a3b69bda09e53e5f751aafaf89b51 (patch) | |
tree | 109d1df8426ee96aef63a9e25c4fe3a28c36d3e6 /Doc/using | |
parent | 181ae4baa1cf4f49c2c396fbb8a78ffa7c27e9f7 (diff) | |
download | cpython-9be57231dd6a3b69bda09e53e5f751aafaf89b51.zip cpython-9be57231dd6a3b69bda09e53e5f751aafaf89b51.tar.gz cpython-9be57231dd6a3b69bda09e53e5f751aafaf89b51.tar.bz2 |
Update dead references from py.org/dev/faq to the devguide (#13176)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |