diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-06-21 18:55:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 18:55:18 (GMT) |
commit | f62ff97f31a775cc7956adeae32c14e7c85bdc15 (patch) | |
tree | 3c42c4a312807cc6cab6c0c124b235bb44e743cd /Doc/using/unix.rst | |
parent | 7327d61abec965f309d10847d0e37faef680c18c (diff) | |
download | cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.zip cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.gz cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.bz2 |
gh-93851: Fix all broken links in Doc/ (GH-93853)
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r-- | Doc/using/unix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 0a18344..3f9f136 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -69,7 +69,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://devguide.python.org/setup/#getting-the-source-code>`_. (If you want +<https://devguide.python.org/setup/#get-the-source-code>`_. (If you want to contribute patches, you will need a clone.) The build process consists of the usual commands:: |