From daa466275ea2d6291b514409c06e25cc63f04752 Mon Sep 17 00:00:00 2001 From: Sakthipriyan Vairamani Date: Sun, 6 Sep 2015 20:07:06 +0530 Subject: [PATCH] doc: fix uv-unix.h location uv-unix.h is in include directory, not in src. PR-URL: https://github.com/libuv/libuv/pull/511 Reviewed-By: Ben Noordhuis --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 332ed112..b46edd49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ the [Google C/C++ style guide]. Some of the key points, as well as some additional guidelines, are enumerated below. * Code that is specific to unix-y platforms should be placed in `src/unix`, and - declarations go into `src/uv-unix.h`. + declarations go into `include/uv-unix.h`. * Source code that is Windows-specific goes into `src/win`, and related publicly exported types, functions and macro declarations should generally