diff options
-rw-r--r-- | tools/website.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl index 87e1b151c..2801fea96 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -180,8 +180,8 @@ runForever() <div id="foot-links"> <div> <h4>Documentation</h4> - <a href="documentation.html">Stable Documentation</a> - <a href="learn.html">Learning Resources</a> + <a href="${rootDir}documentation.html">Stable Documentation</a> + <a href="${rootDir}learn.html">Learning Resources</a> <!-- <a href="">Development Documentation</a> --> <a href="https://github.com/nim-lang/nim">Issues & Requests</a> </div> |