From 8d255f7bacf9746383a878fd538ca96a2ac31d8c Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 4 Jan 2009 04:54:06 +0000 Subject: [PATCH] updated some docs paths --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40638 --- scrapy/trunk/scrapy/conf/default_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapy/trunk/scrapy/conf/default_settings.py b/scrapy/trunk/scrapy/conf/default_settings.py index 0d861297a..1fcf33cde 100644 --- a/scrapy/trunk/scrapy/conf/default_settings.py +++ b/scrapy/trunk/scrapy/conf/default_settings.py @@ -2,14 +2,14 @@ This module contains the default values for all settings used by Scrapy. For more information about these settings you can read the settings -documentation in docs/reference/settings.rst +documentation in docs/ref/settings.rst Scrapy developers, if you add a setting here remember to: * add it in alphabetical order * group similar settings without leaving blank lines * add its documentation to the available settings documentation - (docs/reference/settings.rst) + (docs/ref/settings.rst) """