diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-07-28 15:52:10 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-07-28 15:52:10 +0000 |
commit | d57add6f0856d894cf74c100ad4d8a503d9a5d8a (patch) | |
tree | 53d0c83e91e244516f74f1fd0c9e482984ddfc58 /usr.bin/cvs | |
parent | f1ceb2cb08e62c1db08689108f22d4e1fb75d702 (diff) |
replace a dead documentation link with two alive ones.
dead link spotted by Nuno Morgadinho.
okay xsa@
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/proto.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/proto.c b/usr.bin/cvs/proto.c index e1fb0e5c2eb..5e7b76143f5 100644 --- a/usr.bin/cvs/proto.c +++ b/usr.bin/cvs/proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.c,v 1.71 2005/07/27 14:15:24 xsa Exp $ */ +/* $OpenBSD: proto.c,v 1.72 2005/07/28 15:52:09 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -29,7 +29,8 @@ * * The following code implements the CVS client/server protocol, which is * documented at the following URL: - * http://www.loria.fr/~molli/cvs/doc/cvsclient_toc.html + * http://www.iam.unibe.ch/~til/documentation/cvs/cvsclient_toc.html + * http://www.elegosoft.com/cvs/cvsclient_toc.html * * The protocol is split up into two parts; the first part is the client side * of things and is composed of all the response handlers, which are all named |