mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-02 14:04:28 +02:00
fix broken links (fixes #23)
This commit is contained in:
@@ -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<>`
|
# 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).
|
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
|
# 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]
|
[endsect]
|
||||||
|
|
||||||
|
@@ -2,7 +2,9 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright (c) 2016 Mikhail Maximov
|
Copyright (c) 2016 Mikhail Maximov
|
||||||
vigorous.activity at gmail dot com
|
vigorous.activity at gmail dot com
|
||||||
|
|
||||||
|
Copyright (c) 2021 Antony Polukhin
|
||||||
|
|
||||||
Distributed under the Boost Software License,
|
Distributed under the Boost Software License,
|
||||||
Version 1.0. (See accompanying file LICENSE_1_0.txt
|
Version 1.0. (See accompanying file LICENSE_1_0.txt
|
||||||
or copy at http://boost.org/LICENSE_1_0.txt)
|
or copy at http://boost.org/LICENSE_1_0.txt)
|
||||||
@@ -10,7 +12,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=../../doc/html/conversion.html">
|
<meta http-equiv="refresh" content="0; url=https://www.boost.org/doc/libs/master/doc/html/conversion.html">
|
||||||
<title>Boost.Conversion</title>
|
<title>Boost.Conversion</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
@@ -26,7 +28,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<p>
|
<p>
|
||||||
Automatic redirection failed, please go to
|
Automatic redirection failed, please go to
|
||||||
<a href="../../doc/html/conversion.html">../../doc/html/conversion.html</a>
|
<a href="https://www.boost.org/doc/libs/master/doc/html/conversion.html">https://www.boost.org/doc/libs/master/doc/html/conversion.html</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
© 2014-2021 Antony Polukhin
|
© 2014-2021 Antony Polukhin
|
||||||
|
Reference in New Issue
Block a user