summaryrefslogtreecommitdiff
path: root/more/getting_started.html
diff options
context:
space:
mode:
authorGennaro Prota <gennaro.prota@gmail.com>2006-07-21 15:25:06 +0000
committerGennaro Prota <gennaro.prota@gmail.com>2006-07-21 15:25:06 +0000
commitf20afc9aac2c9ee04aebcae030d90218d46d52e6 (patch)
treebd2eae1772d9baf2247cb10944734c2eddbad3ec /more/getting_started.html
parent3bc67e60484348d05631e9e83577e59f7a2772b2 (diff)
downloadboost-f20afc9aac2c9ee04aebcae030d90218d46d52e6.tar.gz
[Merge from Head] overall documentation check: made sure there's no duplication of information and validated html
[SVN r34653]
Diffstat (limited to 'more/getting_started.html')
-rw-r--r--more/getting_started.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/more/getting_started.html b/more/getting_started.html
index f73eea0c14..fc0965e04c 100644
--- a/more/getting_started.html
+++ b/more/getting_started.html
@@ -163,12 +163,12 @@
this:</p>
<blockquote>
- <code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost
+ <code>cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
login</code><br>
[Hit &lt;return&gt; when it asks for a password]<br>
- <code>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost
+ <code>cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
checkout boost</code><br>
- <code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost
+ <code>cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
logout</code>
</blockquote>Read the manual for your CVS client for further information.
@@ -179,7 +179,7 @@
<h4>Boost CVS access via web <a id="Browser" name=
"Browser">Browser</a></h4>For access to the CVS archive from any modern web
browser, you can also use the <a href=
- "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/">web
+ "http://boost.cvs.sourceforge.net/boost/boost/">web
browser&nbsp; interface</a>.&nbsp; Try one of the color diffs to see how a
file has changed over time. <b>Note:</b> this interface is only suitable
for viewing individual files and their revision histories.