From 23c7437e4629199e8ee1ae6bcdf75b7062466010 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sat, 28 Oct 2017 16:34:49 +0530 Subject: [PATCH] Fix link for 'XPath and XSLT with lxml' --- sep/sep-006.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sep/sep-006.rst b/sep/sep-006.rst index 522bba134..7425c0930 100644 --- a/sep/sep-006.rst +++ b/sep/sep-006.rst @@ -58,7 +58,7 @@ As the name of the method for performing selection (the ``x`` method) is not descriptive nor mnemotechnic enough and clearly clashes with ``extract`` method (x sounds like a short for extract in english), we propose to rename it to `select`, `sel` (is shortness if required), or `xpath` after `lxml's -`_ ``xpath`` method. +`_ ``xpath`` method. Bonus (ItemBuilder) =================== @@ -72,4 +72,4 @@ References ========== 1. XPath Selectors (https://doc.scrapy.org/topics/selectors.html) - 2. XPath and XSLT with lxml (http://codespeak.net/lxml/xpathxslt.html) + 2. XPath and XSLT with lxml (http://lxml.de/xpathxslt.html)