Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej MaƂecki <maciej.malecki@notimplemented.org>2011-11-01 23:52:35 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-02 01:26:52 +0400
commitfc61134b1ae4c4fa5ee2cd22208c1e755cd665dd (patch)
treecbc9d91cea30e1fae5cb8a0b7e2d201983b6b187 /README.md
parent3060266ff149388ca5443725e6cdbc0e8c651bcf (diff)
doc: fix links
Changes: * 'http://github.com' => 'https://github.com' * 'https://github.com/ry/node' => 'https://github.com/joyent/node' * 'https://github.com/ry/http-parser' => 'https://github.com/joyent/http-parser' * old issue links * wiki link
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
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)