From 825e7e7cb38c5653536d2cbc712565a03e1c8dce Mon Sep 17 00:00:00 2001 From: Ronan Amicel Date: Sun, 17 Mar 2013 15:45:12 +0100 Subject: [PATCH] Fix cross-reference in documentation --- docs/source/design.rst | 2 ++ docs/source/faq.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index a1e62918..0fe65ef6 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -1,3 +1,5 @@ +.. _design: + ====== Design ====== diff --git a/docs/source/faq.rst b/docs/source/faq.rst index a36d58f9..d9c4c350 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -61,7 +61,7 @@ Worker Processes How do I know which type of worker to use? ------------------------------------------ -Read the design_ page for help on the various worker types. +Read the :ref:`design` page for help on the various worker types. What types of workers are there? --------------------------------