From f3720243421ea1ee925dd629e6dffef8b37bd9eb Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 7 Aug 2012 22:01:24 +0200 Subject: [PATCH] include: link to Nikhil Marathe's libuv ebook --- include/uv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uv.h b/include/uv.h index 19fa6e04..43619196 100644 --- a/include/uv.h +++ b/include/uv.h @@ -19,7 +19,7 @@ * IN THE SOFTWARE. */ -/* See uv_loop_new for an introduction. */ +/* See http://nikhilm.github.com/uvbook/ for an introduction. */ #ifndef UV_H #define UV_H