changed link to scheduler middleware doc, now in experimental

This commit is contained in:
Pablo Hoffman 2009-09-11 12:03:23 -03:00
parent 3998a0cb58
commit f3240748cb
1 changed files with 2 additions and 2 deletions

View File

@ -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 <topics/signals>` and the