summaryrefslogtreecommitdiff
path: root/deps/uv/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/CONTRIBUTING.md')
-rw-r--r--deps/uv/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/CONTRIBUTING.md b/deps/uv/CONTRIBUTING.md
index 332ed1129b..b46edd492a 100644
--- a/deps/uv/CONTRIBUTING.md
+++ b/deps/uv/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