Skip to content

Commit

Permalink
Use relative URL for redirect in index.html (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Aug 12, 2023
1 parent ca02dd4 commit 1557481
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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_dll.html">
<meta http-equiv="refresh" content="0; url=../../doc/html/boost_dll.html">
<title>Boost.TypeIndex</title>
<style>
body {
Expand All @@ -26,7 +28,7 @@
<body>
<p>
Automatic redirection failed, please go to
<a href="https://www.boost.org/doc/libs/master/doc/html/boost_dll.html">https://www.boost.org/doc/libs/master/doc/html/boost_dll.html</a>
<a href="../../doc/html/boost_dll.html">../../doc/html/boost_dll.html</a>
</p>
<p>
&copy; Antony Polukhin, 2014-2023
Expand Down

0 comments on commit 1557481

Please sign in to comment.