From 1f89eb59fef4ebe0cb619244d4e6bc122380c00a Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 9 Oct 2012 16:02:12 -0200 Subject: [PATCH] fixed doc reference to topics-contracts --- docs/topics/settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 23339a502..8a72c2663 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -701,7 +701,7 @@ SPIDER_CONTRACTS Default:: ``{}`` A dict containing the scrapy contracts enabled in your project, used for -testing spiders. For more info see :ref:`topics-testing`. +testing spiders. For more info see :ref:`topics-contracts`. SPIDER_CONTRACTS_BASE --------------------- @@ -716,7 +716,7 @@ Default:: A dict containing the scrapy contracts enabled by default in Scrapy. You should never modify this setting in your project, modify :setting:`SPIDER_CONTRACTS` -instead. For more info see :ref:`topics-testing`. +instead. For more info see :ref:`topics-contracts`. SPIDER_MIDDLEWARES ------------------