Skip to content

Commit 400d6e5

Browse files
yosuke-furukawabnoordhuis
authored andcommitted
doc: fix libuv link
PR-URL: #803 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent e63b517 commit 400d6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/addons.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ knowledge of several libraries:
1010
tree), which is also available
1111
[online](http://izs.me/v8-docs/main.html).
1212

13-
- [libuv](https://github.com/joyent/libuv), C event loop library.
13+
- [libuv](https://github.com/libuv/libuv), C event loop library.
1414
Anytime one needs to wait for a file descriptor to become readable,
1515
wait for a timer, or wait for a signal to be received one will need
1616
to interface with libuv. That is, if you perform any I/O, libuv will

0 commit comments

Comments
 (0)