Skip to content

Commit 8bf7927

Browse files
committed
Updated docs link
1 parent d3a152d commit 8bf7927

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_includes/themes/mongoengine/frontpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="logo">MongoEngine</h1>
2525
similar to the Django ORM.
2626
</p>
2727

28-
<p>
28+
<p id="documentation">
2929
Documentation available at
3030
<a href="http://bit.ly/mongoengine-docs">http://bit.ly/mongoengine-docs</a>
3131
- there is currently a <a href="http://readthedocs.org/docs/mongoengine-odm/en/latest/tutorial.html">tutorial</a>, a <a href="http://readthedocs.org/docs/mongoengine-odm/en/latest/guide/index.html">user guide</a> and

docs/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
title: "New Page"
4+
---
5+
{% include JB/setup %}
6+
7+
Documentation is now available at <a href="http://bit.ly/mongoengine-docs">http://bit.ly/mongoengine-docs</a>
8+
<script>window.location.href = "http://readthedocs.org/docs/mongoengine-odm/en/latest/";</script>

0 commit comments

Comments
 (0)