fixed doc reference to topics-contracts

This commit is contained in:
Pablo Hoffman 2012-10-09 16:02:12 -02:00
parent 9e4c6aba2f
commit 1f89eb59fe
1 changed files with 2 additions and 2 deletions

View File

@ -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
------------------