Change the html redirect to go to the unordered chapter instead of the contents.

[SVN r40034]
This commit is contained in:
Daniel James
2007-10-14 20:36:14 +00:00
parent 0f5c2e1a7d
commit c7689c43cf

View File

@ -1,9 +1,9 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
<meta http-equiv="refresh" content="0; URL=doc/html/unordered.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="doc/html/index.html">doc/html/index.html</a>
<a href="doc/html/unordered.html">doc/html/unordered.html</a>
</body>
</html>