Fix html redirect

This commit is contained in:
Vinnie Falco
2017-07-31 08:29:06 -07:00
parent c27fbf826d
commit 0a3029b8ac
2 changed files with 20 additions and 18 deletions

View File

@@ -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
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@@ -1,18 +1,19 @@
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="0; URL=doc/html/index.html"> <title>Boost.Beast</title>
<meta http-equiv="refresh" content="0; URL=../../doc/html/boost_beast.html">
</head> </head>
<body> <body>
Automatic redirection failed, please go to Automatic redirection failed, please go to
<a href="doc/html/index.html">doc/html/index.html</a> <a href="../../doc/html/boost_beast.html">../../doc/html/boost_beast.html</a>
<hr> <hr>
<tt> <tt>
Boost.Beast<br> Boost.Beast<br>
<br> <br>
Copyright&nbsp;(C)&nbsp;2016-2017&nbsp;Vinnie&nbsp;Falco<br> Copyright&nbsp;(C)&nbsp;2016-2017&nbsp;Vinnie&nbsp;Falco<br>
<br> <br>
Distributed under the Boost Software License, Version 1.0. (See Distributed under the Boost Software License, Version 1.0.
accompanying file LICENSE_1_0.txt or copy at (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> <a href=http://www.boost.org/LICENSE_1_0.txt>http://www.boost.org/LICENSE_1_0.txt</a>) <br>
<br> <br>
</tt> </tt>