Skip to content

Commit d24b7b8

Browse files
tomgcoindutny
authored andcommitted
docs: Change contributing documentation to io.js
Reviewed-By: Fedor Indutny <[email protected]> PR-URL: #25
1 parent 51514c8 commit d24b7b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ through the process.
1818

1919
### FORK
2020

21-
Fork the project [on GitHub](https://github.com/joyent/node) and check out
21+
Fork the project [on GitHub](https://github.com/iojs/io.js) and check out
2222
your copy.
2323

2424
```sh
25-
$ git clone [email protected]:username/node.git
26-
$ cd node
27-
$ git remote add upstream git://github.com/joyent/node.git
25+
$ git clone [email protected]:username/io.js.git
26+
$ cd io.js
27+
$ git remote add upstream git://github.com/iojs/io.js.git
2828
```
2929

3030
Now decide if you want your feature or bug fix to go into the master branch
@@ -150,7 +150,7 @@ node ./test/simple/test-streams2-transform.js
150150
$ git push origin my-feature-branch
151151
```
152152

153-
Go to https://github.com/username/node and select your feature branch. Click
153+
Go to https://github.com/username/io.js and select your feature branch. Click
154154
the 'Pull Request' button and fill out the form.
155155

156156
Pull requests are usually reviewed within a few days. If there are comments

0 commit comments

Comments
 (0)