Change docs redirection to doc/html/index.html.

Documentation is now built from BoostBook XML, so redirect to the
generated HTML instead of the superproject.

Refs https://github.com/boostorg/boostbook/issues/29.
This commit is contained in:
Andrey Semashev 2024-08-15 15:33:17 +03:00
parent 4e5a5ab0d3
commit 322bd0adcc

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="refresh" content= <meta http-equiv="refresh" content=
"0; URL=../../doc/html/boostbook.html" /><!-- boostinspect:nolink --> "0; URL=doc/html/index.html" /><!-- boostinspect:nolink -->
<!-- <!--
Copyright 2006 Rene Rivera. Copyright 2006 Rene Rivera.
Distributed under the Boost Software License, Version 1.0. Distributed under the Boost Software License, Version 1.0.
@ -16,6 +16,6 @@
<body> <body>
Automatic redirection failed, please go to <a href= Automatic redirection failed, please go to <a href=
"../../doc/html/boostbook.html">../../doc/html/boostbook.html</a> "doc/html/index.html">doc/html/index.html</a>
</body> </body>
</html> </html>