From 42c2c4b6ce80a37c3371d475439e87fc0179a94a Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Sat, 9 May 2015 05:23:12 -0300 Subject: [PATCH] Wrong topic link in docs/intro/overview.rst --- docs/intro/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro/overview.rst b/docs/intro/overview.rst index 820581457..595e85e28 100644 --- a/docs/intro/overview.rst +++ b/docs/intro/overview.rst @@ -157,9 +157,9 @@ scraping easy and efficient, such as: crawler * Plus other goodies like reusable spiders to crawl sites from `Sitemaps`_ and - XML/CSV feeds, a media pipeline for :ref:`automatically downloading images ` - (or any other media) associated with the scraped items, a caching DNS resolver, - and much more! + XML/CSV feeds, a media pipeline for :ref:`automatically downloading images + ` (or any other media) associated with the scraped + items, a caching DNS resolver, and much more! What's next? ============