diff options
author | Garen Torikian <gjtorikian@gmail.com> | 2012-03-23 03:03:18 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-05-01 02:25:08 +0200 |
commit | 6cacb9a21ee8f6f03d5e8dddc421522b7e33d5f2 (patch) | |
tree | b5c265bbb60a046f67a6afaf2403fee63268a956 /doc/community/index.html | |
parent | e02d5c9d41be36445400b0e1819f7ddace91cb54 (diff) | |
download | node-new-6cacb9a21ee8f6f03d5e8dddc421522b7e33d5f2.tar.gz |
doc: add Cloud9 links to docs
Diffstat (limited to 'doc/community/index.html')
-rw-r--r-- | doc/community/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/community/index.html b/doc/community/index.html index 13f73230b0..c6605c0740 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -51,6 +51,8 @@ <h2 class="documentation">Documentation</h2> <p><a href="http://nodejs.org/api">Official API docs</a> detail the node API.</p> + <p><a href="http://www.nodemanual.org">Node Manual</a> offers stylized API docs, as well as tutorials and live code samples</p> + <p><a href="http://www.nodebits.org">Node Bits</a> provides sample Node.js projects</p> <p><a href="http://docs.nodejitsu.com/">docs.nodejitsu.com</a> answers many of the common problems people come across.</p> <p><a href="http://howtonode.org/">How To Node</a> has a growing number of useful tutorials.</p> <p><a href="http://stackoverflow.com/questions/tagged/node.js">Stack Overflow node.js tag</a> collects new information every day.</p> |