From b8cc2c9ef98e5af232010caf74dd7591f4ce419c Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Thu, 10 Dec 2009 11:07:44 -0800 Subject: [PATCH] Actual ref fix. --- src/quickstart/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quickstart/build.rst b/src/quickstart/build.rst index 2e90623e..b15987a2 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 :ref:`../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:`compilation` section of the reference manual. Building a Cython module using distutils ---------------------------------------- -- 2.26.2