From 81f75b04764b29f8b98cb0799d9440d19981edda Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 29 Oct 2014 12:32:53 +0700 Subject: [PATCH] fix link to `Mastering Node` book - fixes #205 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 94a7b11..5dda7db 100644 --- a/readme.md +++ b/readme.md @@ -548,7 +548,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Books - [Node.js in Action](http://www.amazon.com/Node-js-Action-Mike-Cantelon/dp/1617290572) -- [Mastering Node](http://visionmedia.github.io/masteringnode/) +- [Mastering Node](http://tj.github.io/masteringnode/) - [Professional Node.js: Building Javascript Based Scalable Software](http://www.amazon.com/Professional-Node-js-Building-Javascript-Scalable-ebook/dp/B009L7QETY/) - [Practical Node.js: Building Real-World Scalable Web Apps](http://practicalnodebook.com) - [Mixu's Node book](http://book.mixu.net/node/)