From 31452655eb2e7234dd159500d971ad7c379557ca Mon Sep 17 00:00:00 2001 From: Crack Duck Date: Sat, 5 Mar 2016 13:22:56 +0100 Subject: [PATCH] change W3C link to the XPath Tutorial the old link 404's, so I did a quick search and found the W3C XPath tutorial and replaced the link. --- 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 0728d25..889a930 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