From 778f8cf997dfdce7dac3a5b8c3051e3224dd78ff Mon Sep 17 00:00:00 2001 From: Michael Kutschke Date: Tue, 10 Feb 2015 14:48:13 +0100 Subject: [PATCH] fixed link to blog scraping tutorial --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index f58f9d1..8c2a8dc 100644 --- a/Home.md +++ b/Home.md @@ -31,7 +31,7 @@ These are guides contributed by the Scrapy community. If you know of any guide n * [Scrapy and Django](http://www.sammyliu.com/2012/06/22/tutorial-scrapy-and-django) (2) * [Scrapy and Django](http://blog.just2us.com/2012/07/setting-up-django-with-scrapy/) (3) * [Scraping Google Scholar with Scrapy and MongoDB](http://pyinsci.blogspot.com/2011/10/scrapy-google-scholar-and-mongodb.html) -* [Recursively scraping a blog with Scrapy](http://milinda.pathirage.org/python/scrapy/2012/03/13/recursively_scraping_blog_with_scrapy.html) +* [Recursively scraping a blog with Scrapy](http://milinda.svbtle.com/recursively-scraping-a-blog-with-scrapy) * Scraping civic data with Scrapy: [part 1](http://blog.syslogd.net/2011/11/24/civic-hacking-with-python-part-1/), [part 2](http://blog.syslogd.net/2011/11/24/civic-hacking-with-python-part-2/) * [Gathering data with the Scrapy framework](http://www.pixelmender.com/2010/10/12/scraping-data-using-scrapy-framework/) * [Setup Macports Python and Scrapy successfully](http://owenmundy.com/blog/2010/09/setup-macports-python-and-scrapy-successfully/)