diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-06 21:29:04 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-06 21:29:04 (GMT) |
commit | 98ceece8f4cd797ec28078b6247529f01549687d (patch) | |
tree | 69bf78ee4a5103639e4653ff12e53f6591c52464 /Doc/using/unix.rst | |
parent | 3bad1650a03fdc8cfdd4cce154e1b2c07e3e4fa0 (diff) | |
download | cpython-98ceece8f4cd797ec28078b6247529f01549687d.zip cpython-98ceece8f4cd797ec28078b6247529f01549687d.tar.gz cpython-98ceece8f4cd797ec28078b6247529f01549687d.tar.bz2 |
[3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)
Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
(cherry picked from commit 384899dfaeb83db38a6d3846d3cbc2f58a6605cd)
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r-- | Doc/using/unix.rst | 4 |
1 files changed, 2 insertions, 2 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. |