fix github pages redirect
This commit is contained in:
parent
3bf0d5a3be
commit
d6cc8fb8e7
|
@ -2,13 +2,13 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="1;url=Asterisk.2013/Documentation/Help/index.html">
|
||||
<meta http-equiv="refresh" content="1;url=docs/index.html">
|
||||
<script type="text/javascript">
|
||||
window.location.replace("Asterisk.2013/Documentation/Help/index.html")
|
||||
window.location.replace("docs/index.html")
|
||||
</script>
|
||||
<title>A Sandcastle Documented Class Library - Redirect</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>If you are not redirected automatically, follow this link to the <a href="Asterisk.2013/Documentation/Help/index.html">default topic</a>.</p>
|
||||
<p>If you are not redirected automatically, follow this link to the <a href="docs/index.html">default topic</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue