diff options
author | Lisa Hewus Fresh <bugzPDX@users.noreply.github.com> | 2017-08-30 16:37:43 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-30 16:37:43 (GMT) |
commit | 384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch) | |
tree | fee17ecb827c3dcca497b92b61230ef523d73eed /Doc/using | |
parent | e91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff) | |
download | cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.zip cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.bz2 |
bpo-30737: Update DevGuide links to new URL (GH-3228)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/unix.rst | 4 | ||||
-rw-r--r-- | Doc/using/windows.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 604688c..8b96ebe 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -67,7 +67,7 @@ Building Python If you want to compile CPython yourself, first thing you should do is get the `source <https://www.python.org/downloads/source/>`_. You can download either the latest release's source or just grab a fresh `clone -<https://docs.python.org/devguide/setup.html#getting-the-source-code>`_. (If you want +<https://devguide.python.org/setup/#getting-the-source-code>`_. (If you want to contribute patches, you will need a clone.) The build process consists in the usual :: @@ -140,4 +140,4 @@ Many editors and IDEs provide syntax highlighting, debugging tools, and PEP-8 ch Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and `Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_ -for a comprehensive list.
\ No newline at end of file +for a comprehensive list. diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 68687e9..3d47d7c 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -896,7 +896,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/downloads/source/>`_. You can download either the latest release's source or just grab a fresh `checkout -<https://docs.python.org/devguide/setup.html#getting-the-source-code>`_. +<https://devguide.python.org/setup/#getting-the-source-code>`_. The source tree contains a build solution and project files for Microsoft Visual Studio 2015, which is the compiler used to build the official Python |