From 49facb7dcbc10e48318c1a292814857c48a1d70b Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda Date: Wed, 20 Dec 2017 17:15:52 +0100 Subject: [PATCH] fixed link (#2666) * fixed link * remove trailing slash to satisfy linter --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index b5b7eef7..4bdb403d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2188,7 +2188,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, ### Smalltalk * [Computer Programming using GNU Smalltalk](http://www.canol.info/books/computer_programming_using_gnu_smalltalk/) (PDF) -* [Deep into Pharo](http://files.pharo.org/books/deep-into-pharo/) +* [Deep into Pharo](http://www.deepintopharo.com) * [Dynamic Web Development with Seaside](http://book.seaside.st/book/table-of-contents) - S. Ducasse, L. Renggli, C. D. Shaffer, R. Zaccone * [Numerical Methods with Pharo](http://files.pharo.org/books/numerical-methods/) * [Pharo by Example](http://pharobyexample.org) (Smalltalk Implementation and IDE) -- GitLab