|
5 | 5 | libuv is a multi-platform support library with a focus on asynchronous I/O. It |
6 | 6 | was primarily developed for use by [Node.js](http://nodejs.org), but it's also |
7 | 7 | used by [Luvit](http://luvit.io/), [Julia](http://julialang.org/), |
8 | | -[pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/joyent/libuv/wiki/Projects-that-use-libuv). |
| 8 | +[pyuv](https://github.com/saghul/pyuv), and [others](https://github.com/libuv/libuv/wiki/Projects-that-use-libuv). |
9 | 9 |
|
10 | 10 | ## Feature highlights |
11 | 11 |
|
@@ -77,7 +77,7 @@ Documentation can be browsed online [here](http://docs.libuv.org). |
77 | 77 | — An overview of libuv with tutorials. |
78 | 78 | * [LXJS 2012 talk](http://www.youtube.com/watch?v=nGn60vDSxQ4) |
79 | 79 | — High-level introductory talk about libuv. |
80 | | - * [Tests and benchmarks](https://github.com/joyent/libuv/tree/master/test) |
| 80 | + * [Tests and benchmarks](https://github.com/libuv/libuv/tree/master/test) |
81 | 81 | — API specification and usage examples. |
82 | 82 | * [libuv-dox](https://github.com/thlorenz/libuv-dox) |
83 | 83 | — Documenting types and methods of libuv, mostly by reading uv.h. |
@@ -181,5 +181,5 @@ See the [guidelines for contributing][]. |
181 | 181 | [GYP]: http://code.google.com/p/gyp/ |
182 | 182 | [Python]: https://www.python.org/downloads/ |
183 | 183 | [Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express |
184 | | -[guidelines for contributing]: https://github.com/joyent/libuv/blob/master/CONTRIBUTING.md |
185 | | -[libuv_banner]: https://raw.githubusercontent.com/joyent/libuv/master/img/banner.png |
| 184 | +[guidelines for contributing]: https://github.com/libuv/libuv/blob/master/CONTRIBUTING.md |
| 185 | +[libuv_banner]: https://raw.githubusercontent.com/libuv/libuv/master/img/banner.png |
0 commit comments