summaryrefslogtreecommitdiff
path: root/deps/uv/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@gmail.com>2014-11-21 15:43:12 +0100
committerBert Belder <bertbelder@gmail.com>2014-12-09 17:57:06 +0100
commiteac867258e0308d956c01e41fa3faae698639f8c (patch)
tree02fdcadb1d25dbb47fd0ea62974f227b2ac23c56 /deps/uv/CONTRIBUTING.md
parent153ce23727d935b4ae1c6850547df1a606cf0295 (diff)
downloadandroid-node-v8-eac867258e0308d956c01e41fa3faae698639f8c.tar.gz
android-node-v8-eac867258e0308d956c01e41fa3faae698639f8c.tar.bz2
android-node-v8-eac867258e0308d956c01e41fa3faae698639f8c.zip
deps: update libuv to 1.0.1
PR-URL: https://github.com/joyent/node/pull/8785 Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'deps/uv/CONTRIBUTING.md')
-rw-r--r--deps/uv/CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/uv/CONTRIBUTING.md b/deps/uv/CONTRIBUTING.md
index ea4be395ed..332ed1129b 100644
--- a/deps/uv/CONTRIBUTING.md
+++ b/deps/uv/CONTRIBUTING.md
@@ -6,13 +6,13 @@ through the process.
### FORK
-Fork the project [on GitHub](https://github.com/joyent/libuv) and check out
+Fork the project [on GitHub](https://github.com/libuv/libuv) and check out
your copy.
```
$ git clone https://github.com/username/libuv.git
$ cd libuv
-$ git remote add upstream https://github.com/joyent/libuv.git
+$ git remote add upstream https://github.com/libuv/libuv.git
```
Now decide if you want your feature or bug fix to go into the master branch
@@ -160,7 +160,7 @@ feature branch. Post a comment in the pull request afterwards; GitHub does
not send out notifications when you add commits.
-[issue tracker]: https://github.com/joyent/libuv/issues
+[issue tracker]: https://github.com/libuv/libuv/issues
[libuv mailing list]: http://groups.google.com/group/libuv
[IRC]: http://webchat.freelibuv.net/?channels=libuv
[Google C/C++ style guide]: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml