From 32659624e7acc928529d3af0c84f8021a051aa27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Mon, 18 Jan 2021 19:48:34 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Scrapinghub=20=E2=86=92=20Zyte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index ead87d27..3cf252be 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -623,13 +623,13 @@ Some XPath tips --------------- Here are some tips that you may find useful when using XPath -with Parsel, based on `this post from ScrapingHub's blog`_. +with Parsel, based on `this post from Zyte's blog`_. If you are not much familiar with XPath yet, you may want to take a look first at this `XPath tutorial`_. .. _`XPath tutorial`: http://www.zvon.org/comp/r/tut-XPath_1.html -.. _`this post from ScrapingHub's blog`: https://blog.scrapinghub.com/2014/07/17/xpath-tips-from-the-web-scraping-trenches/ +.. _`this post from Zyte's blog`: https://blog.zyte.com/2014/07/17/xpath-tips-from-the-web-scraping-trenches/ Using text nodes in a condition From 6f206e10f710b2980902266576186df2ede3299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 2 Feb 2021 16:26:15 +0100 Subject: [PATCH 2/2] Update a Zyte blog URL --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 3cf252be..f5950a88 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -629,7 +629,7 @@ you may want to take a look first at this `XPath tutorial`_. .. _`XPath tutorial`: http://www.zvon.org/comp/r/tut-XPath_1.html -.. _`this post from Zyte's blog`: https://blog.zyte.com/2014/07/17/xpath-tips-from-the-web-scraping-trenches/ +.. _`this post from Zyte's blog`: https://www.zyte.com/blog/xpath-tips-from-the-web-scraping-trenches/ Using text nodes in a condition