We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65c9962 + 7082863 commit f605d35Copy full SHA for f605d35
original_docs_source.md
@@ -16,7 +16,7 @@ knowledge of several libraries:
16
tree), which is also available
17
[online](http://izs.me/v8-docs/main.html).
18
19
- - [libuv](https://github.com/joyent/libuv), C event loop library.
+ - [libuv](https://github.com/libuv/libuv), C event loop library.
20
Anytime one needs to wait for a file descriptor to become readable,
21
wait for a timer, or wait for a signal to be received one will need
22
to interface with libuv. That is, if you perform any I/O, libuv will
0 commit comments