aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authoreihrul <eihrul>2004-10-20 17:40:02 +0000
committereihrul <eihrul>2004-10-20 17:40:02 +0000
commit8b475848f12c984f86f52d0993ec3ab8a986e9d6 (patch)
treef913a692b98595ac43ed3e94480b2d3fb92277b4 /docs
parent3010e46b47c36a25f44c80b31daaf887ab1d8de5 (diff)
downloadenet-8b475848f12c984f86f52d0993ec3ab8a986e9d6.tar.gz
enet-8b475848f12c984f86f52d0993ec3ab8a986e9d6.zip
changed to point to bespin site
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/mainpage.dox10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/mainpage.dox b/docs/mainpage.dox
index bc4d3a9..2380196 100755
--- a/docs/mainpage.dox
+++ b/docs/mainpage.dox
@@ -1,5 +1,5 @@
/** @mainpage enet
- <center>http://enet.cubik.org</center>
+ <center>http://enet.bespin.org</center>
<hr>
ENet's purpose is to provide a relatively thin, simple and robust
@@ -36,18 +36,18 @@ or dependent tasks.
You can retrieve the source to ENet by downloading it in either .zip
form, .tar.gz form, or accessing the cvs distribution directly.
-The most recent CVS can be downloaded <a href="http://enet.cubik.org/download/enet.tar.gz">here</a>
+The most recent CVS can be downloaded <a href="http://enet.bespin.org/download/enet.tar.gz">here</a>
To access ENet via anonymous CVS, you must use the CVSROOT
-:pserver:anoncvs\@sferik.cubik.org:/home/enet/cvsroot with an empty
+:pserver:anonymous\@bespin.org:/var/lib/cvs/enet with an empty
password.
@code
- $ cvs -z3 -d :pserver:[email protected]:/home/enet/cvsroot login
+ $ cvs -z3 -d :pserver:[email protected]:/var/lib/cvs/enet login
@endcode
Hit the return key when prompted for a password.
@code
- $ cvs -z3 -d :pserver:[email protected]:/home/enet/cvsroot co -l .
+ $ cvs -z3 -d :pserver:[email protected]:/var/lib/cvs/enet co -l .
$ cvs -z3 co enet
@endcode