Correct some links

This commit is contained in:
koichik 2011-03-04 01:08:12 +09:00 committed by Ryan Dahl
parent 07426ef29c
commit db6ea10948
2 changed files with 2 additions and 2 deletions

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

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