Doc root is at index.html

fix #795
This commit is contained in:
Vinnie Falco
2017-09-25 21:18:04 -07:00
parent 04bf98298f
commit ac6c23dd6b
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,7 @@ Version 118:
* file_win32 opens for read-only in shared mode
* Remove unused strands in server examples
* Update build instructions
* Doc root is at index.html
HTTP:

View File

@ -178,7 +178,6 @@ boostbook beast
beast_doc
:
<xsl:param>boost.root=../../../..
<xsl:param>root.filename=beast
<xsl:param>chapter.autolabel=1
<xsl:param>chunk.section.depth=8 # Depth to which sections should be chunked
<xsl:param>chunk.first.sections=1 # Chunk the first top-level section?

View File

@ -1,11 +1,11 @@
<html>
<head>
<title>Boost.Beast</title>
<meta http-equiv="refresh" content="0; URL=./doc/html/beast.html">
<meta http-equiv="refresh" content="0; URL=./doc/html/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="./doc/html/beast.html">./doc/html/beast.html</a>
<a href="./doc/html/beast.html">./doc/html/index.html</a>
<hr>
<tt>
Boost.Beast<br>