From: Robert Bradshaw Date: Thu, 10 Dec 2009 19:03:13 +0000 (-0800) Subject: Fix broken reference. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5eafb95176dd1e65b73feeb784396651cba96810;p=cython.git Fix broken reference. --- diff --git a/src/quickstart/build.rst b/src/quickstart/build.rst index c17d2dda..2e90623e 100644 --- a/src/quickstart/build.rst +++ b/src/quickstart/build.rst @@ -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 ----------------------------------------