diff --git a/ChangeLog b/ChangeLog index 471d4b3b316..717c84c6fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1318,7 +1318,7 @@ koichik, Maciej MaĆecki, Guglielmo Ferri, isaacs) 2010.04.29, Version 0.1.93, 557ba6bd97bad3afe0f9bd3ac07efac0a39978c1 * Fixed no 'end' event on long chunked HTTP messages - http://github.com/ry/node/issues/#issue/77 + https://github.com/joyent/node/issues/77 * Remove legacy modules http_old and tcp_old diff --git a/README.md b/README.md index d9635d44a6d..d58837ed1a3 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ Windows: Resources for Newcomers --- - - [The Wiki](https://github.com/ry/node/wiki) + - [The Wiki](https://github.com/joyent/node/wiki) - [nodejs.org](http://nodejs.org/) - [how to install node.js and npm (node package manager)](http://joyeur.com/2010/12/10/installing-node-and-npm/) - - [list of modules](https://github.com/ry/node/wiki/modules) + - [list of modules](https://github.com/joyent/node/wiki/modules) - [searching the npm registry](http://search.npmjs.org/) - - [list of companies and projects using node](http://github.com/ry/node/wiki) + - [list of companies and projects using node](https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node) - [node.js mailing list](http://groups.google.com/group/nodejs) - irc chatroom, [#node.js on freenode.net](http://webchat.freenode.net?channels=node.js&uio=d4) - - [community](https://github.com/ry/node/wiki/Community) - - [contributing](https://github.com/ry/node/wiki/Contributing) - - [big list of all the helpful wiki pages](https://github.com/ry/node/wiki/_pages) + - [community](https://github.com/joyent/node/wiki/Community) + - [contributing](https://github.com/joyent/node/wiki/Contributing) + - [big list of all the helpful wiki pages](https://github.com/joyent/node/wiki/_pages) diff --git a/doc/api/appendix_1.markdown b/doc/api/appendix_1.markdown index dd71bc9d611..d25d7f9f3c3 100644 --- a/doc/api/appendix_1.markdown +++ b/doc/api/appendix_1.markdown @@ -2,43 +2,43 @@ 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/joyent/node/wiki/modules). +[the wiki page](https://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 to be a complete list. There may be better more complete modules found elsewhere. -- Module Installer: [npm](http://github.com/isaacs/npm) +- Module Installer: [npm](https://github.com/isaacs/npm) -- HTTP Middleware: [Connect](http://github.com/senchalabs/connect) +- HTTP Middleware: [Connect](https://github.com/senchalabs/connect) -- Web Framework: [Express](http://github.com/visionmedia/express) +- Web Framework: [Express](https://github.com/visionmedia/express) - Web Sockets: [Socket.IO](https://github.com/learnboost/socket.io) -- HTML Parsing: [HTML5](http://github.com/aredridel/html5) +- HTML Parsing: [HTML5](https://github.com/aredridel/html5) -- [mDNS/Zeroconf/Bonjour](http://github.com/agnat/node_mdns) +- [mDNS/Zeroconf/Bonjour](https://github.com/agnat/node_mdns) - [RabbitMQ, AMQP](https://github.com/postwait/node-amqp) -- [mysql](http://github.com/felixge/node-mysql) +- [mysql](https://github.com/felixge/node-mysql) -- Serialization: [msgpack](http://github.com/pgriess/node-msgpack) +- Serialization: [msgpack](https://github.com/pgriess/node-msgpack) -- Scraping: [Apricot](http://github.com/silentrob/Apricot) +- Scraping: [Apricot](https://github.com/silentrob/Apricot) -- Debugger: [ndb](http://github.com/smtlaissezfaire/ndb) is a CLI debugger - [inspector](http://github.com/dannycoates/node-inspector) is a web based +- Debugger: [ndb](https://github.com/smtlaissezfaire/ndb) is a CLI debugger + [inspector](https://github.com/dannycoates/node-inspector) is a web based tool. -- [pcap binding](http://github.com/mranney/node_pcap) +- [pcap binding](https://github.com/mranney/node_pcap) -- [ncurses](http://github.com/mscdex/node-ncurses) +- [ncurses](https://github.com/mscdex/node-ncurses) - Testing/TDD/BDD: [vows](http://vowsjs.org/), - [expresso](http://github.com/visionmedia/expresso), - [mjsunit.runner](http://github.com/tmpvar/mjsunit.runner) + [expresso](https://github.com/visionmedia/expresso), + [mjsunit.runner](https://github.com/tmpvar/mjsunit.runner) Patches to this list are welcome. diff --git a/doc/api/readline.markdown b/doc/api/readline.markdown index a161001bf12..8310a9925d4 100644 --- a/doc/api/readline.markdown +++ b/doc/api/readline.markdown @@ -135,5 +135,5 @@ line interface: Take a look at this slightly more complicated [example](https://gist.github.com/901104), and -[http-console](http://github.com/cloudhead/http-console) for a real-life use +[http-console](https://github.com/cloudhead/http-console) for a real-life use case. diff --git a/doc/index.html b/doc/index.html index 76ab2e61106..86177edfafe 100644 --- a/doc/index.html +++ b/doc/index.html @@ -107,7 +107,7 @@
2011.09.15 v0.4.12 (stable) @@ -184,7 +184,7 @@