diff options
author | Araq <rumpf_a@web.de> | 2016-09-10 00:11:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-09-10 00:35:23 +0200 |
commit | acbb7ebc09d873292b122ed61730d0c972591c2d (patch) | |
tree | f0497349352930235d744217dd855f41c18e84ee /tools/website.tmpl | |
parent | 0486114ec87bd78de1ee653c89647685936a14ba (diff) | |
download | Nim-acbb7ebc09d873292b122ed61730d0c972591c2d.tar.gz |
fixes #4529
Diffstat (limited to 'tools/website.tmpl')
-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> |