Skip to content

Commit

Permalink
New branch for gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Aug 11, 2011
1 parent b9b7fc7 commit b58479a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Docs Moved.</title>
<script type="text/javascript">
function redirect() {
window.location = 'http://django-tastypie.readthedocs.org/';
}
setTimeout("redirect()", 2000);
</script>
</head>
<body>
<h1>Docs Moved.</h1>
<p>
You can find the Tastypie docs at <a href="http://django-tastypie.readthedocs.org/">Read The Docs</a>.
</p>
</body>
</html>

0 comments on commit b58479a

Please sign in to comment.