Skip to content

Commit

Permalink
Addressing #467.
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed May 18, 2016
1 parent 784f1cd commit 49d4b20
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/usage/index.html
@@ -0,0 +1,28 @@
<!DOCTYPE HTML>
<!--
This file exists only to redirect from old URL to new URL.
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, the file can be removed.
-->
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=../usage-cli/">
<script type="text/javascript">
window.location.href = '../usage-cli/' + window.location.hash
</script>
<title>Page Redirection</title>
</head>
<body>
<p>
The page for Dredd usage no longer exists. Please follow one
of the following links:
</p>
<ul>
<li><a href="../usage-cli/">CLI usage</a></li>
<li><a href="../usage-js/">JavaScript usage</a></li>
</ul>
</body>
</html>
1 change: 1 addition & 0 deletions mkdocs.yml
Expand Up @@ -38,3 +38,4 @@ markdown_extensions:
# these files can be removed.
extra_templates:
- usage.html
- usage/index.html

0 comments on commit 49d4b20

Please sign in to comment.