forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
19 lines (19 loc) · 775 Bytes
/
faq.html
File metadata and controls
19 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<!-- This file exists only to redirect from old Sphinx URLs to new MkDocs URLs.
This is more properly done using an HTTP redirect, but unfortunately
readthedocs.org's page redirection is broken (see
https://github.com/rtfd/readthedocs.org/issues/1826). Once that bug is fixed,
this file, and its reference in mkdocs.yml, can be removed. -->
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=faq/">
<script type="text/javascript">
window.location.href = "faq/" + window.location.hash
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow the <a href="faq/'>link to faq/</a>.
</body>
</html>