From fa35193bb1c6cbd6d6ae1afda0d8542bd98b83ae Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 25 Nov 2014 17:20:23 +0100 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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