summaryrefslogtreecommitdiff
path: root/doc/api/addons.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/addons.markdown')
-rw-r--r--doc/api/addons.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown
index 3ec897127..099312c8a 100644
--- a/doc/api/addons.markdown
+++ b/doc/api/addons.markdown
@@ -10,7 +10,7 @@ knowledge of several libraries:
tree), which is also available
[online](http://v8dox.com/).
- - [libuv](https://github.com/joyent/libuv), C event loop library.
+ - [libuv](https://github.com/libuv/libuv), C event loop library.
Anytime one needs to wait for a file descriptor to become readable,
wait for a timer, or wait for a signal to be received one will need
to interface with libuv. That is, if you perform any I/O, libuv will