doc: update project links

This is like commit 7ce1113 from the v1.x branch but for the v0.10
branch.  The project home has moved, update the links in the README.
This commit is contained in:
Ben Noordhuis 2014-11-25 17:20:23 +01:00
parent 5672bbd68a
commit fa35193bb1

View File

@ -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