Fixes the Cython front page link.
authorOndrej Certik <ondrej@certik.cz>
Fri, 10 Oct 2008 13:12:39 +0000 (15:12 +0200)
committerOndrej Certik <ondrej@certik.cz>
Fri, 10 Oct 2008 13:12:39 +0000 (15:12 +0200)
docs/numpy_tutorial.rst

index 61afd2b2e93201391c15a504221632cbad253912..aafeea707b1631c4abe0226196c728b83e776d44 100644 (file)
@@ -23,7 +23,7 @@ The style of this tutorial will not fit everybody, so you can also consider:
 * Robert Bradshaw's `slides on cython for SciPy2008 
   <http://wiki.sagemath.org/scipy08?action=AttachFile&do=get&target=scipy-cython.tgz>`_ 
   (a higher-level and quicker introduction)
-* Basic Cython documentation (see `<http://cython.org Cython front page>`_).
+* Basic Cython documentation (see `Cython front page <http://cython.org>`_).
 * ``[:enhancements/buffer:Spec for the efficient indexing]``
 
 .. Note::