-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update links from iojs/io.js to nodejs/io.js
Replaced all links in doc and comments to point to the new org. PR-URL: #1715 Reviewed-By: Roman Reiss <[email protected]>
- Loading branch information
1 parent
7d90c90
commit 0662747
Showing
33 changed files
with
1,443 additions
and
1,443 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,13 @@ This document will guide you through the contribution process. | |
|
||
### Step 1: Fork | ||
|
||
Fork the project [on GitHub](https://github.com/iojs/io.js) and check out your | ||
Fork the project [on GitHub](https://github.com/nodejs/io.js) and check out your | ||
copy locally. | ||
|
||
```text | ||
$ git clone [email protected]:username/io.js.git | ||
$ cd io.js | ||
$ git remote add upstream git://github.com/iojs/io.js.git | ||
$ git remote add upstream git://github.com/nodejs/io.js.git | ||
``` | ||
|
||
#### Which branch? | ||
|
@@ -54,8 +54,8 @@ in those directories or its subdirectories should be sent to their respective | |
projects. Do not send your patch to us, we cannot accept it. | ||
|
||
In case of doubt, open an issue in the | ||
[issue tracker](https://github.com/iojs/io.js/issues/) or contact one of the | ||
[project Collaborators](https://github.com/iojs/io.js/#current-project-team-members) | ||
[issue tracker](https://github.com/nodejs/io.js/issues/) or contact one of the | ||
[project Collaborators](https://github.com/nodejs/io.js/#current-project-team-members) | ||
([IRC](http://webchat.freenode.net/?channels=io.js) is often the best medium.)Especially do so if you plan to work on something big. Nothing is more | ||
frustrating than seeing your hard work go to waste because your vision | ||
does not align with the project team. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.