From dae7b1cdd06649db3c692eccd70195a499733448 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sat, 28 Oct 2017 16:53:32 +0530 Subject: [PATCH] Migrate all subdomains on readthedocs.org to readthedocs.io --- scrapy/templates/project/scrapy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/templates/project/scrapy.cfg b/scrapy/templates/project/scrapy.cfg index d7f02e0a2..1daeaa541 100644 --- a/scrapy/templates/project/scrapy.cfg +++ b/scrapy/templates/project/scrapy.cfg @@ -1,7 +1,7 @@ # Automatically created by: scrapy startproject # # For more information about the [deploy] section see: -# https://scrapyd.readthedocs.org/en/latest/deploy.html +# https://scrapyd.readthedocs.io/en/latest/deploy.html [settings] default = ${project_name}.settings