diff options
| author | Georg Brandl <georg@python.org> | 2014-10-29 09:27:06 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-29 09:27:06 (GMT) |
| commit | 794e9bf1fe5bd0000f90c1502b16c96eb68a59af (patch) | |
| tree | 0fe2b5742d9d244ffac97dc7b4928ee29eefe370 /Doc/using/unix.rst | |
| parent | 9e67d801bdef7c43e6704200770fb9cf2040dc11 (diff) | |
| parent | 525d355984e1afa342aa72fc7867a56eea937a61 (diff) | |
| download | cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.zip cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.gz cpython-794e9bf1fe5bd0000f90c1502b16c96eb68a59af.tar.bz2 | |
merge with 3.4
Diffstat (limited to 'Doc/using/unix.rst')
| -rw-r--r-- | Doc/using/unix.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 067f80a..5da1f23 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/download/source/>`_. You can download either the latest release's source or just grab a fresh `clone -<https://docs.python.org/devguide/setup#getting-the-source-code>`_. (If you want +<https://docs.python.org/devguide/setup.html#getting-the-source-code>`_. (If you want to contribute patches, you will need a clone.) The build process consists in the usual :: @@ -145,5 +145,4 @@ Geany is an excellent IDE with support for a lot of languages. For more information, read: http://www.geany.org/ Komodo edit is another extremely good IDE. It also has support for a lot of -languages. For more information, read: -http://www.activestate.com/store/productdetail.aspx?prdGuid=20f4ed15-6684-4118-a78b-d37ff4058c5f +languages. For more information, read http://komodoide.com/. |
