mirror of
https://github.com/boostorg/conversion.git
synced 2025-07-30 20:47:25 +02:00
Use relative URL for redirect in index.html (#26)
This commit is contained in:
@ -8,11 +8,13 @@
|
|||||||
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)
|
||||||
|
|
||||||
|
boost-no-inspect
|
||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=https://www.boost.org/doc/libs/master/doc/html/conversion.html">
|
<meta http-equiv="refresh" content="0; url=../../doc/html/conversion.html">
|
||||||
<title>Boost.Conversion</title>
|
<title>Boost.Conversion</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
@ -28,7 +30,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<p>
|
<p>
|
||||||
Automatic redirection failed, please go to
|
Automatic redirection failed, please go to
|
||||||
<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>
|
<a href="../../doc/html/conversion.html">../../doc/html/conversion.html</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
© Antony Polukhin, 2014-2023
|
© Antony Polukhin, 2014-2023
|
||||||
|
Reference in New Issue
Block a user