mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
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:
parent
4e5a5ab0d3
commit
322bd0adcc
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user