From: Ben Noordhuis Date: Fri, 13 Sep 2013 12:46:06 +0000 (+0200) Subject: doc: fix blog link in blog posts and README X-Git-Tag: v0.10.19~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fad8e5dc440b07507039d617bbaadc0be98edb5;p=platform%2Fupstream%2Fnodejs.git doc: fix blog link in blog posts and README Apparently Joyent decommissioned joyeur.com but at least they saved the contents of the blog. Update the links in the README and the nodejs.org blog posts. Hat tip to Eugen Pirogoff (@eugenpirogoff) for pointing it out. Fixes #6224. --- diff --git a/README.md b/README.md index 9f6e078..2f018e5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Resources for Newcomers --- - [The Wiki](https://github.com/joyent/node/wiki) - [nodejs.org](http://nodejs.org/) - - [how to install node.js and npm (node package manager)](http://joyeur.com/2010/12/10/installing-node-and-npm/) + - [how to install node.js and npm (node package manager)](http://www.joyent.com/blog/installing-node-and-npm/) - [list of modules](https://github.com/joyent/node/wiki/modules) - [searching the npm registry](http://npmjs.org/) - [list of companies and projects using node](https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node) diff --git a/doc/blog/Uncategorized/an-easy-way-to-build-scalable-network-programs.md b/doc/blog/Uncategorized/an-easy-way-to-build-scalable-network-programs.md index a555ac6..dc0980b 100644 --- a/doc/blog/Uncategorized/an-easy-way-to-build-scalable-network-programs.md +++ b/doc/blog/Uncategorized/an-easy-way-to-build-scalable-network-programs.md @@ -13,4 +13,4 @@ It has also been suggested that Node does not take advantage of multicore machin Node has a clear purpose: provide an easy way to build scalable network programs. It is not a tool for every problem. Do not write a ray tracer with Node. Do not write a web browser with Node. Do however reach for Node if tasked with writing a DNS server, DHCP server, or even a video encoding server. -By relying on the kernel to schedule and preempt computationally expensive tasks and to load balance incoming connections, Node appears less magical than server platforms that employ userland scheduling. So far, our focus on simplicity and transparency has paid off: the number of success stories from developers and corporations who are adopting the technology continues to grow. +By relying on the kernel to schedule and preempt computationally expensive tasks and to load balance incoming connections, Node appears less magical than server platforms that employ userland scheduling. So far, our focus on simplicity and transparency has paid off: the number of success stories from developers and corporations who are adopting the technology continues to grow. diff --git a/doc/blog/Uncategorized/the-videos-from-node-meetup.md b/doc/blog/Uncategorized/the-videos-from-node-meetup.md index 68c5eff..7ca7ac7 100644 --- a/doc/blog/Uncategorized/the-videos-from-node-meetup.md +++ b/doc/blog/Uncategorized/the-videos-from-node-meetup.md @@ -7,4 +7,4 @@ slug: the-videos-from-node-meetup Uber, Voxer, and Joyent described how they use Node in production -http://joyeur.com/2011/08/11/node-js-meetup-distributed-web-architectures/ +http://www.joyent.com/blog/node-js-meetup-distributed-web-architectures/