diff options
author | Anne Gentle <anne@openstack.org> | 2011-03-14 09:48:58 -0500 |
---|---|---|
committer | Anne Gentle <anne@openstack.org> | 2011-03-14 09:48:58 -0500 |
commit | d45947d83fa22f98b0889d269d447fabaa764a3c (patch) | |
tree | 8e1788c8a3942f7a29ed6e417308acea6d1fbdeb | |
parent | bacce305a99dff77aa0e24c64cb937514e368ec1 (diff) | |
download | nova-d45947d83fa22f98b0889d269d447fabaa764a3c.tar.gz nova-d45947d83fa22f98b0889d269d447fabaa764a3c.tar.xz nova-d45947d83fa22f98b0889d269d447fabaa764a3c.zip |
Fixes link to 2011.1 instad of just to trunk docs
-rw-r--r-- | doc/source/_theme/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/_theme/layout.html b/doc/source/_theme/layout.html index 958c512e4..0a37a7943 100644 --- a/doc/source/_theme/layout.html +++ b/doc/source/_theme/layout.html @@ -73,7 +73,7 @@ <script type="text/javascript">$('#searchbox').show(0);</script> <p class="triangle-border right"> - Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read <a href="http://nova.openstack.org">Nova 2011.1 docs</a> or <a href="http://docs.openstack.org">all OpenStack docs</a> too. + Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read <a href="http://nova.openstack.org/2011.1">Nova 2011.1 docs</a> or <a href="http://docs.openstack.org">all OpenStack docs</a> too. </p> {%- endif %} |