fix broken links (fixes #23)

This commit is contained in:
Antony Polukhin
2021-04-21 20:50:26 +03:00
parent 46695ffb86
commit 4e557d31d1
2 changed files with 6 additions and 4 deletions

View File

@@ -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]

View File

@@ -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>
&copy; 2014-2021 Antony Polukhin &copy; 2014-2021 Antony Polukhin