summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Deepfield <maxdeepfield@absolutefreakout.com>2015-08-20 11:03:13 +0300
committerJames M Snell <jasnell@gmail.com>2015-08-21 12:05:27 -0400
commit35bbe984017c6f82ab6c57bea22da10d25413c30 (patch)
tree5208e76f25eec712811e76a7e803849f62f2c14c
parent4a91fa11a3ab16349956ef1a5de912668c125757 (diff)
downloadnode-35bbe984017c6f82ab6c57bea22da10d25413c30.tar.gz
Update addons.markdown
libuv link fix PR-URL: https://github.com/joyent/node/pull/25885 Reviewed-By: James M Snell <jasnell@gmail.com>
-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