mirror of https://github.com/getdnsapi/getdns.git
Update libuv URL in README
I can state with some authority that the old URL hasn't been canonical for almost five years now.
This commit is contained in:
parent
994466b3de
commit
ad8ca06c57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue