summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-07-28 15:52:10 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-07-28 15:52:10 +0000
commitd57add6f0856d894cf74c100ad4d8a503d9a5d8a (patch)
tree53d0c83e91e244516f74f1fd0c9e482984ddfc58 /usr.bin/cvs
parentf1ceb2cb08e62c1db08689108f22d4e1fb75d702 (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.c5
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