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

This commit is contained in:
Mohammad Nejati
2023-08-12 11:33:19 +03:30
committed by GitHub
parent b9815d397b
commit 62a3c9e89f

View File

@@ -6,11 +6,13 @@
Distributed under the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt
or copy at http://boost.org/LICENSE_1_0.txt)
boost-no-inspect
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://www.boost.org/doc/libs/master/doc/html/boost_typeindex.html">
<meta http-equiv="refresh" content="0; url=../../doc/html/boost_typeindex.html">
<title>Boost.TypeIndex</title>
<style>
body {
@@ -26,7 +28,7 @@
<body>
<p>
Automatic redirection failed, please go to
<a href="https://www.boost.org/doc/libs/master/doc/html/boost_typeindex.html">https://www.boost.org/doc/libs/master/doc/html/boost_typeindex.html</a>
<a href="../../doc/html/boost_typeindex.html">../../doc/html/boost_typeindex.html</a>
</p>
<p>
&copy; 2014-2023 Antony Polukhin