$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61062 - trunk/libs/crc
From: daniel_james_at_[hidden]
Date: 2010-04-05 04:05:05
Author: danieljames
Date: 2010-04-05 04:05:00 EDT (Mon, 05 Apr 2010)
New Revision: 61062
URL: http://svn.boost.org/trac/boost/changeset/61062
Log:
Fix link in crc.
Text files modified: 
   trunk/libs/crc/crc.html |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/crc/crc.html
==============================================================================
--- trunk/libs/crc/crc.html	(original)
+++ trunk/libs/crc/crc.html	2010-04-05 04:05:00 EDT (Mon, 05 Apr 2010)
@@ -258,7 +258,7 @@
 <p>The <code>value_type</code> is the quickest-to-manipulate built-in
 type that can hold at least the specified (by <code>Bits</code>) number
 of bits.  This should be <code>boost::uint_t<Bits>::fast</code>. 
-See the <a href="../integer/integer.htm">integer type selection
+See the <a href="../integer/doc/html/boost_integer/integer.html">integer type selection
 documentation</a> for details.  The <code>TruncPoly</code>,
 <code>InitRem</code>, and <code>FinalXor</code> template parameters also
 are of this type.</p>