diff --git a/doc/conversion.qbk b/doc/conversion.qbk index 0c8e19c..97aa58d 100644 --- a/doc/conversion.qbk +++ b/doc/conversion.qbk @@ -43,7 +43,7 @@ the Boost Conversion Library is supplied by several headers: # The [@boost:boost/implicit_cast.hpp boost/implicit_cast.hpp] header provides `implicit_cast<>` to perform implicit casts only (no down-cast, no void*->T*, no U->T if T has only explicit constructors for U). # The [@boost:boost/lexical_cast.hpp boost/lexical_cast.hpp] header - provides [@boost:libs/lexical_cast/doc/html/index.html `lexical_cast<>`] general literal text conversions, such as an `int` represented as a `string`, or vice-versa. + provides [@boost:doc/libs/release/libs/lexical_cast/ `lexical_cast<>`] general literal text conversions, such as an `int` represented as a `string`, or vice-versa. [endsect] diff --git a/index.html b/index.html index 4b87e0b..b0cbf65 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,9 @@