From ad8ca06c577f5f1477c8cff482c102a6ff88aca2 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 17 Sep 2019 23:24:09 +0200 Subject: [PATCH] Update libuv URL in README I can state with some authority that the old URL hasn't been canonical for almost five years now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c777f507..ad8cd65f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Note: If you only want to build stubby, then use the `--with-stubby` option when The implementation works with a variety of event loops, each built as a separate shared library. See [this Doxygen page](https://getdnsapi.net/doxygen/group__eventloops.html) and [this man page](https://getdnsapi.net/documentation/manpages/#ASYNCHRONOUS USE) for more details. * [libevent](http://libevent.org). Note: the examples *require* this and should work with either libevent 1.x or 2.x. 2.x is preferred. -* [libuv](https://github.com/joyent/libuv) +* [libuv](https://libuv.org/) * [libev](http://software.schmorp.de/pkg/libev.html) ## Stubby