diff options
| author | Georg Brandl <georg@python.org> | 2014-10-29 10:57:37 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-29 10:57:37 +0100 |
| commit | b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3 (patch) | |
| tree | db84fdf0d6f2174731bf55700464e9ff3ec7307e /Doc/howto/cporting.rst | |
| parent | 0ef496678a4908d321596043156fefeaf6e8afae (diff) | |
| download | cpython-git-b7354a65ce71ac39d7dec97cce4ca7afdffcb8a3.tar.gz | |
Fixing broken links in doc, part 4: some more breaks and redirects
Diffstat (limited to 'Doc/howto/cporting.rst')
| -rw-r--r-- | Doc/howto/cporting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst index 6ebcc4164d..d7a7086302 100644 --- a/Doc/howto/cporting.rst +++ b/Doc/howto/cporting.rst @@ -252,6 +252,6 @@ Other options ============= If you are writing a new extension module, you might consider `Cython -<http://www.cython.org>`_. It translates a Python-like language to C. The +<http://cython.org/>`_. It translates a Python-like language to C. The extension modules it creates are compatible with Python 3 and Python 2. |
