Use relative URL for redirect in index.html (#26)

This commit is contained in:
Mohammad Nejati
2023-08-12 11:23:42 +03:30
committed by GitHub
parent 0ff5adc258
commit 0d60a3f7ce

View File

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