We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63b517 commit 400d6e5Copy full SHA for 400d6e5
doc/api/addons.markdown
@@ -10,7 +10,7 @@ knowledge of several libraries:
10
tree), which is also available
11
[online](http://izs.me/v8-docs/main.html).
12
13
- - [libuv](https://github.com/joyent/libuv), C event loop library.
+ - [libuv](https://github.com/libuv/libuv), C event loop library.
14
Anytime one needs to wait for a file descriptor to become readable,
15
wait for a timer, or wait for a signal to be received one will need
16
to interface with libuv. That is, if you perform any I/O, libuv will
0 commit comments