diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 09:57:37 (GMT) |
commit | b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (patch) | |
tree | db84fdf0d6f2174731bf55700464e9ff3ec7307e /Doc/using | |
parent | 0ef496678a4908d321596043156fefeaf6e8afae (diff) | |
download | cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.zip cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.gz cpython-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.bz2 |
Fixing broken links in doc, part 4: some more breaks and redirects
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 93c67a7..c05f72a 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -554,7 +554,7 @@ Compiling Python on Windows If you want to compile CPython yourself, first thing you should do is get the `source <https://www.python.org/download/source/>`_. You can download either the latest release's source or just grab a fresh `checkout -<https://docs.python.org/devguide/setup.html#checking-out-the-code>`_. +<https://docs.python.org/devguide/setup.html#getting-the-source-code>`_. The source tree contains a build solution and project files for Microsoft Visual C++, which is the compiler used to build the official Python releases. @@ -593,7 +593,7 @@ Other resources .. seealso:: - `Python Programming On Win32 <http://www.oreilly.com/catalog/pythonwin32/>`_ + `Python Programming On Win32 <http://shop.oreilly.com/product/9781565926219.do>`_ "Help for Windows Programmers" by Mark Hammond and Andy Robinson, O'Reilly Media, 2000, ISBN 1-56592-621-8 |