mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Fix html redirect
This commit is contained in:
@ -6,6 +6,7 @@ Version 95:
|
|||||||
* close on test::pipe teardown
|
* close on test::pipe teardown
|
||||||
* Add test::stream
|
* Add test::stream
|
||||||
* Tidy up static_buffer braced init
|
* Tidy up static_buffer braced init
|
||||||
|
* Fix html redirect
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
37
index.html
37
index.html
@ -1,20 +1,21 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
|
<title>Boost.Beast</title>
|
||||||
</head>
|
<meta http-equiv="refresh" content="0; URL=../../doc/html/boost_beast.html">
|
||||||
<body>
|
</head>
|
||||||
Automatic redirection failed, please go to
|
<body>
|
||||||
<a href="doc/html/index.html">doc/html/index.html</a>
|
Automatic redirection failed, please go to
|
||||||
<hr>
|
<a href="../../doc/html/boost_beast.html">../../doc/html/boost_beast.html</a>
|
||||||
<tt>
|
<hr>
|
||||||
Boost.Beast<br>
|
<tt>
|
||||||
<br>
|
Boost.Beast<br>
|
||||||
Copyright (C) 2016-2017 Vinnie Falco<br>
|
<br>
|
||||||
<br>
|
Copyright (C) 2016-2017 Vinnie Falco<br>
|
||||||
Distributed under the Boost Software License, Version 1.0. (See
|
<br>
|
||||||
accompanying file LICENSE_1_0.txt or copy at
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
<a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
|
(See accompanying file LICENSE_1_0.txt or copy at
|
||||||
<br>
|
<a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
|
||||||
</tt>
|
<br>
|
||||||
</body>
|
</tt>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user