mirror of
https://github.com/boostorg/parser.git
synced 2026-01-19 04:22:13 +00:00
Add index.html
This redirects links pointing to the root directory to the documentation page, such as: https://www.boost.org/doc/libs/develop/libs/parser/
This commit is contained in:
committed by
Zach Laine
parent
063291b78c
commit
c975f57908
10
index.html
Normal file
10
index.html
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Boost.Parser</title>
|
||||||
|
<meta http-equiv="refresh" content="0; URL=../../doc/html/parser.html">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Automatic redirection failed, please go to
|
||||||
|
<a href="../../doc/html/parser.html">../../doc/html/parser.html</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user