From f3240748cbe6f49f271da923679a5f4f2d487b8a Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 11 Sep 2009 12:03:23 -0300 Subject: [PATCH] changed link to scheduler middleware doc, now in experimental --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 497040d40..ac062d7ce 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -149,8 +149,8 @@ Extending Scrapy :doc:`topics/spider-middleware` Customize the input and output of your spiders. -:doc:`topics/scheduler-middleware` - Customize how pages are scheduled. +:doc:`experimental/scheduler-middleware` + Customize how pages are scheduled (warning: experimental doc). :doc:`topics/extensions` Add any custom functionality using :doc:`signals ` and the