Skip to content

Commit 1da1f9a

Browse files
committed
doc: fix redirect
1 parent f259ee4 commit 1da1f9a

File tree

2 files changed

+14
-40
lines changed

2 files changed

+14
-40
lines changed

doc/index.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

index.html

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1+
2+
<!--
3+
Copyright 2005-2007 Daniel James.
4+
Distributed under the Boost Software License, Version 1.0. (See accompanying
5+
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6+
-->
7+
18
<html>
2-
<head>
3-
<title>Boost.OpenMethod</title>
4-
<meta http-equiv="refresh" content="0; URL=../../doc/antora/openmethod/index.html">
5-
</head>
6-
<body>
7-
Automatic redirection failed, please go to
8-
<a href="../../doc/antora/openmethod/index.html">../../doc/antora/openmethod/index.html</a>
9-
<hr>
10-
<tt>
11-
Boost.OpenMethod<br>
12-
<br>
13-
Copyright&nbsp;(C)&nbsp;2022&nbsp;Jean-Louis&nbsp;Leroy<br>
14-
<br>
15-
Distributed under the Boost Software License, Version 1.0.
16-
(See accompanying file LICENSE_1_0.txt or copy at
17-
<a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
18-
<br>
19-
</tt>
20-
</body>
9+
<head>
10+
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
11+
</head>
12+
<body>
13+
Automatic redirection failed, please go to
14+
<a href="doc/html/index.html">doc/html/index.html</a>
15+
</body>
2116
</html>

0 commit comments

Comments
 (0)