summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-12-15 19:17:55 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-12-15 19:17:55 -0500
commit8c4f52b5ab5d8cb8cdb4a9b827e438301e440ed1 (patch)
tree88dedc5001385125eb4f0551d7c3692164c5b16e /docs
parent88cb23747ef424d26e6fffc458b5ebfc678e4d9f (diff)
0.0.9 release.0.0.9
Made some changes to Servo to get it to compile from within the IDE. Also fixed a lurking broken link in the docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/_templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
index 98b3d82..bf05832 100644
--- a/docs/source/_templates/layout.html
+++ b/docs/source/_templates/layout.html
@@ -1,6 +1,6 @@
{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="http://leaflabs.com">LeafLabs</a> |</li>
- <li><a href="home.html">Docs Home</a> |</li>
+ <li><a href="index.html">Docs Home</a> |</li>
{{ super() }}
-{% endblock %} \ No newline at end of file
+{% endblock %}