From 45adc907c9b3eff0bc560d0c6a0f904ff9ee0c39 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 23 Feb 2011 16:19:13 -0800 Subject: [PATCH] ry/node -> joyent/node --- doc/api/addons.markdown | 2 +- doc/api/appendix_1.markdown | 4 ++-- doc/index.html | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 315015f..847d414 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -77,4 +77,4 @@ All Node addons must export a function called `init` with this signature: extern 'C' void init (Handle target) For the moment, that is all the documentation on addons. Please see - for a real example. + for a real example. diff --git a/doc/api/appendix_1.markdown b/doc/api/appendix_1.markdown index 395a941..ea2700d 100644 --- a/doc/api/appendix_1.markdown +++ b/doc/api/appendix_1.markdown @@ -2,7 +2,7 @@ There are many third party modules for Node. At the time of writing, August 2010, the master repository of modules is -[the wiki page](http://github.com/ry/node/wiki/modules). +[the wiki page](http://github.com/joyent/node/wiki/modules). This appendix is intended as a SMALL guide to new-comers to help them quickly find what are considered to be quality modules. It is not intended @@ -21,7 +21,7 @@ elsewhere. - [mDNS/Zeroconf/Bonjour](http://github.com/agnat/node_mdns) -- [RabbitMQ, AMQP](http://github.com/ry/node-amqp) +- [RabbitMQ, AMQP](http://github.com/joyent/node-amqp) - [mysql](http://github.com/felixge/node-mysql) diff --git a/doc/index.html b/doc/index.html index 9b88f44..34dc236 100644 --- a/doc/index.html +++ b/doc/index.html @@ -18,11 +18,11 @@
@@ -81,13 +81,13 @@ server.listen(8124, "127.0.0.1");

- Go to the Wiki for lots more information. + Go to the Wiki for lots more information.

Download

- git repo + git repo

@@ -100,7 +100,7 @@ server.listen(8124, "127.0.0.1");

For build instructions see - https://github.com/ry/node/wiki/Installation + https://github.com/joyent/node/wiki/Installation

-- 2.7.4