summaryrefslogtreecommitdiff
path: root/README.cares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-23 14:04:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-23 14:04:26 +0100
commiteb9ce5145b08b182d740f0d627d0a451220c419a (patch)
tree1d69f70d22116d85241f99e0236a29ed752d37b1 /README.cares
parent941bb3aabaf4ed5f8e5143edbe73f70d9bb1fa15 (diff)
downloadc-ares-eb9ce5145b08b182d740f0d627d0a451220c419a.tar.gz
c-ares-eb9ce5145b08b182d740f0d627d0a451220c419a.tar.bz2
c-ares-eb9ce5145b08b182d740f0d627d0a451220c419a.zip
s/CVS/git
Diffstat (limited to 'README.cares')
-rw-r--r--README.cares6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cares b/README.cares
index fd37461..37a044d 100644
--- a/README.cares
+++ b/README.cares
@@ -10,8 +10,8 @@ within the curl project (hence the letter C) and it makes a nice pun. Also,
c-ares is not API compatible with ares: a new name makes that more obvious to
the public.
-The full source code is available in the 'c-ares' release archives, and in the
-'ares' subdir of the curl CVS source repository.
+The full source code is available in the 'c-ares' release archives, and in a
+git repository: http://github.com/bagder/c-ares
If you find bugs, correct flaws, have questions or have comments in general in
regard to c-ares (or by all means the original ares too), get in touch with us
@@ -35,7 +35,7 @@ The following notes apply to c-ares version 1.7.0 and later.
* The distributed ares_build.h file is generated as a copy of ares_build.h.dist
when the c-ares source code distribution archive file is originally created.
-* If you check out from CVS on a non-configure platform, you must run the
+* If you check out from git on a non-configure platform, you must run the
appropriate buildconf* script to set up ares_build.h and other local files
before being able of compiling the library.