Skip to content

Commit

Permalink
Updated links to BoostBook documentation. (#938)
Browse files Browse the repository at this point in the history
The documentation is built at tools/boostbook/doc/html, and
tools/boostbook/index.html contains a universal redirect to the actual
location of the docs entry point.

This also resolves the circular redirect in doc/html/boostbook.html.

Refs #937.
  • Loading branch information
Lastique authored Aug 28, 2024
1 parent 5237aaa commit 882fa0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/html/boostbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
<meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boostbook.html">
<meta http-equiv="refresh" content="0; URL=../../tools/boostbook/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="http://www.boost.org/doc/libs/master/doc/html/boostbook.html">http://www.boost.org/doc/libs/master/doc/html/boostbook.html</a>
<a href="../../tools/boostbook/index.html">../../tools/boostbook/index.html</a>
</body>
</html>
2 changes: 1 addition & 1 deletion tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
errors in the Boost directory hierarchy.<br>
&nbsp;
<li>
<a href="../doc/html/boostbook.html">BoostBook</a> - A Boost documentation
<a href="boostbook/index.html">BoostBook</a> - A Boost documentation
system, based on <a href="http://www.docbook.org/">DocBook</a> and the <a href="http://www.w3.org/Style/XSL/">
Extensible Stylesheet Language (XSL)</a>, used by some Boost libraries.<br>
&nbsp;
Expand Down

0 comments on commit 882fa0b

Please sign in to comment.