>From 32a11bd48135e23907ca3efce95d8e8347c65c04 Mon Sep 17 00:00:00 2001
From: monty <monty2@programmer.net>
Date: Mon, 29 Jan 2018 07:48:42 -0500
Subject: [PATCH] updated Scraping booklet .pdf link

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 5aa9aba..e5729ff 100644
--- a/index.html
+++ b/index.html
@@ -76,7 +76,7 @@
 <div class="container">
 <div class="row">
 	<div class="col-md-4">
-		<a href="https://files.pharo.org/books-pdfs/booklet-Scraping/2017-09-29-scrapingbook.pdf" title="Scraping with XPath"> <img src="booklet-Scraping/bklet-scraping.png" alt="XPath HTML Scraping booklet" class="img-thumbnail" style="height:400px"></a>
+		<a href="https://bintray.com/squarebracketassociates/wip/download_file?file_path=scrapingbook-wip.pdf" title="Scraping with XPath"> <img src="booklet-Scraping/bklet-scraping.png" alt="XPath HTML Scraping booklet" class="img-thumbnail" style="height:400px"></a>
 		<p><em>XPath </em> is a powerful technology. In this tutorial we show how we use it to scrap information from HTML page. Booklet written by S. Ducasse and P. Kenny. You can find the latest version <a href="https://github.com/SquareBracketAssociates/Booklet-Scraping">Here</a>.</p>
 	</div>
 
-- 
2.11.0

