From 9826b1b82d30336bb8e42208e7e344ae5b169e49 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Mon, 23 Jan 2017 17:16:09 +0530 Subject: [PATCH] Update W3Schools link to the XPath Tutorial. --- docs/scenarios/scrape.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/scrape.rst b/docs/scenarios/scrape.rst index 889a93082..90e5252e4 100644 --- a/docs/scenarios/scrape.rst +++ b/docs/scenarios/scrape.rst @@ -49,7 +49,7 @@ will focus on the former. XPath is a way of locating information in structured documents such as HTML or XML documents. A good introduction to XPath is on -`W3Schools `_ . +`W3Schools `_ . There are also various tools for obtaining the XPath of elements such as FireBug for Firefox or the Chrome Inspector. If you're using Chrome, you