Skip to content

Commit 6c36d19

Browse files
Tyler Kellenbnoordhuis
Tyler Kellen
authored andcommitted
docs: fix project name
Renamed node.js to io.js and updated links to external resources. PR-URL: #42 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 4ccc5a6 commit 6c36d19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ property, trademark and high level project questions should move to the
1212

1313
## CODE CONTRIBUTIONS
1414

15-
The node.js project welcomes new contributors. This document will guide you
15+
The io.js project welcomes new contributors. This document will guide you
1616
through the process.
1717

1818

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

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

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

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

0 commit comments

Comments
 (0)