Skip to content

Commit

Permalink
docs: fix project name
Browse files Browse the repository at this point in the history
Renamed node.js to io.js and updated links to external resources.

PR-URL: #42
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
Tyler Kellen authored and bnoordhuis committed Dec 9, 2014
1 parent 4ccc5a6 commit 6c36d19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ property, trademark and high level project questions should move to the

## CODE CONTRIBUTIONS

The node.js project welcomes new contributors. This document will guide you
The io.js project welcomes new contributors. This document will guide you
through the process.


Expand All @@ -31,7 +31,7 @@ Now decide if you want your feature or bug fix to go into the master branch
or the stable branch. As a rule of thumb, bug fixes go into the stable branch
while new features go into the master branch.

The stable branch is effectively frozen; patches that change the node.js
The stable branch is effectively frozen; patches that change the io.js
API/ABI or affect the run-time behavior of applications get rejected.

The rules for the master branch are less strict; consult the
Expand All @@ -41,7 +41,7 @@ In a nutshell, modules are at varying levels of API stability. Bug fixes are
always welcome but API or behavioral changes to modules at stability level 3
and up are off-limits.

Node.js has several bundled dependencies in the deps/ and the tools/
io.js has several bundled dependencies in the deps/ and the tools/
directories that are not part of the project proper. Any changes to files
in those directories or its subdirectories should be sent to their respective
projects. Do not send your patch to us, we cannot accept it.
Expand Down Expand Up @@ -162,7 +162,7 @@ not send out notifications when you add commits.
[stability index page]: https://github.com/joyent/node/blob/master/doc/api/documentation.markdown
[issue tracker]: https://github.com/joyent/node/issues
[node.js mailing list]: http://groups.google.com/group/nodejs
[IRC]: http://webchat.freenode.net/?channels=node.js
[IRC]: http://webchat.freenode.net/?channels=io.js
[project maintainers]: https://github.com/joyent/node/wiki/Project-Organization
[node-forward discussion repository]: https://github.com/node-forward/discussions/issues

Expand Down

0 comments on commit 6c36d19

Please sign in to comment.