Skip to content

Commit

Permalink
doc: fix uv-unix.h location
Browse files Browse the repository at this point in the history
uv-unix.h is in include directory, not in src.

PR-URL: libuv#511
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
thefourtheye authored and bnoordhuis committed Sep 6, 2015
1 parent eddff0a commit daa4662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daa4662

Please sign in to comment.