diff options
author | Frederic Hemberger <mail@frederic-hemberger.de> | 2015-05-16 08:04:36 +0200 |
---|---|---|
committer | Roman Reiss <me@silverwind.io> | 2015-05-18 08:13:09 +0200 |
commit | 066274794c077c9323109f95ff0efe53e17d323a (patch) | |
tree | 406ef8332e9f00efb8c497c201bf0807a588fce6 /COLLABORATOR_GUIDE.md | |
parent | 7d90c90aaf0c59d102692ca119f7f7560a9eb8d9 (diff) | |
download | node-new-066274794c077c9323109f95ff0efe53e17d323a.tar.gz |
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: https://github.com/nodejs/io.js/pull/1715
Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r-- | COLLABORATOR_GUIDE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 792dbf3d4d..9e16778edb 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -96,7 +96,7 @@ information regarding the change process: appropriate. See the commit log for examples such as -[this one](https://github.com/iojs/io.js/commit/b636ba8186) if unsure +[this one](https://github.com/nodejs/io.js/commit/b636ba8186) if unsure exactly how to format your commit messages. Additionally: @@ -132,7 +132,7 @@ $ git merge --ff-only origin/master Apply external patches ```text -$ curl -L https://github.com/iojs/io.js/pull/xxx.patch | git am --whitespace=fix +$ curl -L https://github.com/nodejs/io.js/pull/xxx.patch | git am --whitespace=fix ``` Check and re-review the changes |