From 35bbe984017c6f82ab6c57bea22da10d25413c30 Mon Sep 17 00:00:00 2001 From: Max Deepfield Date: Thu, 20 Aug 2015 11:03:13 +0300 Subject: Update addons.markdown libuv link fix PR-URL: https://github.com/joyent/node/pull/25885 Reviewed-By: James M Snell --- doc/api/addons.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 3ec897127..099312c8a 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -10,7 +10,7 @@ knowledge of several libraries: tree), which is also available [online](http://v8dox.com/). - - [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 -- cgit v1.2.1