mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 14:54:32 +02:00
Fix html redirect
This commit is contained in:
37
index.html
37
index.html
@@ -1,20 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
|
||||
</head>
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="doc/html/index.html">doc/html/index.html</a>
|
||||
<hr>
|
||||
<tt>
|
||||
Boost.Beast<br>
|
||||
<br>
|
||||
Copyright (C) 2016-2017 Vinnie Falco<br>
|
||||
<br>
|
||||
Distributed under the Boost Software License, Version 1.0. (See
|
||||
accompanying file LICENSE_1_0.txt or copy at
|
||||
<a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
|
||||
<br>
|
||||
</tt>
|
||||
</body>
|
||||
<head>
|
||||
<title>Boost.Beast</title>
|
||||
<meta http-equiv="refresh" content="0; URL=../../doc/html/boost_beast.html">
|
||||
</head>
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="../../doc/html/boost_beast.html">../../doc/html/boost_beast.html</a>
|
||||
<hr>
|
||||
<tt>
|
||||
Boost.Beast<br>
|
||||
<br>
|
||||
Copyright (C) 2016-2017 Vinnie Falco<br>
|
||||
<br>
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
<a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
|
||||
<br>
|
||||
</tt>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user