Skip to content

Commit f605d35

Browse files
committed
Merge pull request nodejs#28 from ShonFrazier/master
new libuv location
2 parents 65c9962 + 7082863 commit f605d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

original_docs_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knowledge of several libraries:
1616
tree), which is also available
1717
[online](http://izs.me/v8-docs/main.html).
1818

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

0 commit comments

Comments
 (0)