Fix broken reference.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 10 Dec 2009 19:03:13 +0000 (11:03 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 10 Dec 2009 19:03:13 +0000 (11:03 -0800)
src/quickstart/build.rst

index c17d2dda765df7824564918926da0db8a07f2ee3..2e90623eec9c8f1622600072cea1500b772e7d84 100644 (file)
@@ -20,7 +20,7 @@ There are several ways to build Cython code:
    (This is mostly for debugging and experimentation.)
  - Use the [Sage]_ notebook which allows Cython code inline.
 
-Currently, distutils is the most common way Cython files are built and distributed. The other methods are described in more detail in the :doc:`../reference/compilation` section of the reference manual.
+Currently, distutils is the most common way Cython files are built and distributed. The other methods are described in more detail in the :ref:`../reference/compilation` section of the reference manual.
 
 Building a Cython module using distutils
 ----------------------------------------