]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
change the resolver URL to the work-in-progress library project
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Aug 2002 06:51:50 +0000 (06:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Aug 2002 06:51:50 +0000 (06:51 +0000)
docs/TODO

index 96c3ce68b8970508dc11df35a5a3f6409678397a..b08d19f5b98c702becb9f932b907bdbe4fd7b47f 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -21,9 +21,9 @@ TODO
    less copy of data and thus a faster operation.
    [http://curl.haxx.se/dev/no_copy_callbacks.txt]
 
- * Add asynchronous name resolving. http://curl.haxx.se/dev/async-resolver.txt
-   This should be made to work on most of the supported platforms, or
-   otherwise it isn't really interesting.
+ * Add asynchronous name resolving (http://daniel.haxx.se/resolver/). This
+   should be made to work on most of the supported platforms, or otherwise it
+   isn't really interesting.
 
  * Data sharing. Tell which easy handles within a multi handle that should
    share cookies, connection cache, dns cache, ssl session cache.  Full