diff --git a/README.md b/README.md index 1e1aa25c..5fee16cf 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ http://nodejs.org/ ## Documentation - * [include/uv.h](https://github.com/joyent/libuv/blob/master/include/uv.h) + * [include/uv.h](https://github.com/libuv/libuv/blob/master/include/uv.h) — API documentation in the form of detailed header comments. * [An Introduction to libuv](http://nikhilm.github.com/uvbook/) — An overview of libuv with tutorials. * [LXJS 2012 talk](http://www.youtube.com/watch?v=nGn60vDSxQ4) - High-level introductory talk about libuv. - * [Tests and benchmarks](https://github.com/joyent/libuv/tree/master/test) - + * [Tests and benchmarks](https://github.com/libuv/libuv/tree/master/test) - API specification and usage examples. ## Build Instructions