Skip to content

Commit

Permalink
docs: redirect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored Nov 13, 2024
1 parent 428ea43 commit f930913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/html/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html>
<head>
<title>Boost.URL</title>
<meta http-equiv="refresh" content="0; URL=../../doc/antora/url/index.html">
<meta http-equiv="refresh" content="0; URL=../../../../doc/antora/url/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="../../../../doc/antora/url/index.html">../../doc/antora/url/index.html</a>
<a href="../../../../doc/antora/url/index.html">../../../../doc/antora/url/index.html</a>
<hr>
<tt>
Boost.URL<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html>
<head>
<title>Boost.URL</title>
<meta http-equiv="refresh" content="0; URL=../../doc/antora/url/index.html">
<meta http-equiv="refresh" content="0; URL=../../../doc/antora/url/index.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="../../../doc/antora/url/index.html">../../doc/antora/url/index.html</a>
<a href="../../../doc/antora/url/index.html">../../../doc/antora/url/index.html</a>
<hr>
<tt>
Boost.URL<br>
Expand Down

0 comments on commit f930913

Please sign in to comment.