Browse Source

doc: fix libuv link

PR-URL: https://github.com/iojs/io.js/pull/803
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
v1.8.0-commit
Yosuke Furukawa 10 years ago
committed by Ben Noordhuis
parent
commit
400d6e56f9
  1. 2
      doc/api/addons.markdown

2
doc/api/addons.markdown

@ -10,7 +10,7 @@ knowledge of several libraries:
tree), which is also available
[online](http://izs.me/v8-docs/main.html).
- [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

Loading…
Cancel
Save