Browse Source

ry/node -> joyent/node

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
45adc907c9
  1. 2
      doc/api/addons.markdown
  2. 4
      doc/api/appendix_1.markdown
  3. 10
      doc/index.html

2
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<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.

4
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)

10
doc/index.html

@ -18,11 +18,11 @@
<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>

Loading…
Cancel
Save