Corrects developer documentation header link.

This commit is contained in:
Grzegorz Adam Hankiewicz 2013-03-29 12:37:41 +01:00
commit 849a414206

View file

@ -25,7 +25,7 @@
<div id="header">
<span>Nimrod's <a href="http://nimrod-code.org/">homepage</a></span>
<span><a href="http://nimrod-code.org/documentation.html">stable docs</a></span>
<span><a href="http://build.nimrod-code.org/docs/documentation.html">development docs</a></span>
<span><a href="http://build.nimrod-code.org/docs/overview.html">development docs</a></span>
<span><a href="https://github.com/Araq/Nimrod/issues">github issues</a></span>
#if c.loggedIn:
<a href="${frontQuery}logout" class="right">Logout</a>