Skip to content

Commit 25c3d15

Browse files
committed
Merge pull request #680 from n1trux/patch-1
change W3C link to the XPath Tutorial
2 parents 476282d + 3145265 commit 25c3d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/scrape.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ will focus on the former.
4949

5050
XPath is a way of locating information in structured documents such as
5151
HTML or XML documents. A good introduction to XPath is on
52-
`W3Schools <http://www.w3schools.com/xpath/default.asp>`_ .
52+
`W3Schools <http://www.w3schools.com/xsl/xpath_intro.asp>`_ .
5353

5454
There are also various tools for obtaining the XPath of elements such as
5555
FireBug for Firefox or the Chrome Inspector. If you're using Chrome, you

0 commit comments

Comments
 (0)