Correct some links
authorkoichik <koichik@improvement.jp>
Thu, 3 Mar 2011 16:08:12 +0000 (01:08 +0900)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 7 Mar 2011 18:17:54 +0000 (10:17 -0800)
doc/api/addons.markdown
doc/api/appendix_1.markdown

index 847d414..5d8edd0 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/joyent/node_postgres> for a real example.
+<https://github.com/ry/node_postgres> for a real example.
index ea2700d..c035466 100644 (file)
@@ -21,7 +21,7 @@ elsewhere.
 
 - [mDNS/Zeroconf/Bonjour](http://github.com/agnat/node_mdns)
 
-- [RabbitMQ, AMQP](http://github.com/joyent/node-amqp)
+- [RabbitMQ, AMQP](https://github.com/ry/node-amqp)
 
 - [mysql](http://github.com/felixge/node-mysql)