diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eefbeb4..1475392e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/doc/Jamfile b/doc/Jamfile index cf3f2956..1e12fa9e 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -178,7 +178,6 @@ boostbook beast beast_doc : boost.root=../../../.. - root.filename=beast chapter.autolabel=1 chunk.section.depth=8 # Depth to which sections should be chunked chunk.first.sections=1 # Chunk the first top-level section? diff --git a/index.html b/index.html index 0fdbe781..9ba7f397 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,11 @@ Boost.Beast - + Automatic redirection failed, please go to - ./doc/html/beast.html + ./doc/html/index.html
Boost.Beast