ry/node -> joyent/node
authorRyan Dahl <ry@tinyclouds.org>
Thu, 24 Feb 2011 00:19:13 +0000 (16:19 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 24 Feb 2011 00:38:34 +0000 (16:38 -0800)
doc/api/addons.markdown
doc/api/appendix_1.markdown
doc/index.html

index 315015f..847d414 100644 (file)
@@ -77,4 +77,4 @@ All Node addons must export a function called `init` with this signature:
     extern 'C' void init (Handle<Object> target)
 
 For the moment, that is all the documentation on addons. Please see
-<http://github.com/ry/node_postgres> for a real example.
+<http://github.com/joyent/node_postgres> for a real example.
index 395a941..ea2700d 100644 (file)
@@ -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)
 
index 9b88f44..34dc236 100644 (file)
     <div id="toc">
       <ol>
         <li><a href="#download">Download</a></li>
-        <li><a href="https://github.com/ry/node/raw/master/ChangeLog">ChangeLog</a></li>
+        <li><a href="https://github.com/joyent/node/raw/master/ChangeLog">ChangeLog</a></li>
         <li><a href="#about">About</a></li>
         <li><a href="http://nodejs.org/docs/v0.4.1/api">v0.4.1 docs</a></li>
         <br/>
-        <li><B><a href="https://github.com/ry/node/wiki">Wiki</a></B></li>
+        <li><B><a href="https://github.com/joyent/node/wiki">Wiki</a></B></li>
       </ol>
     </div>
     <div id="content">
@@ -81,13 +81,13 @@ server.listen(8124, "127.0.0.1");
 
 
       <p>
-        Go to <a href="https://github.com/ry/node/wiki">the Wiki</a> for lots more information.
+        Go to <a href="https://github.com/joyent/node/wiki">the Wiki</a> for lots more information.
       </p>
 
       <h2 id="download">Download</h2>
 
       <p>
-        <a href="http://github.com/ry/node/tree/master">git repo</a>
+        <a href="http://github.com/joyent/node/tree/master">git repo</a>
       </p>
 
       <p>
@@ -100,7 +100,7 @@ server.listen(8124, "127.0.0.1");
 
       <p>
         For build instructions see
-        <a href="https://github.com/ry/node/wiki/Installation">https://github.com/ry/node/wiki/Installation</a>
+        <a href="https://github.com/joyent/node/wiki/Installation">https://github.com/joyent/node/wiki/Installation</a>
       </p>