summary refs log tree commit diff stats
path: root/tools/website.tmpl
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-09-10 00:11:05 +0200
committerAraq <rumpf_a@web.de>2016-09-10 00:35:23 +0200
commitacbb7ebc09d873292b122ed61730d0c972591c2d (patch)
treef0497349352930235d744217dd855f41c18e84ee /tools/website.tmpl
parent0486114ec87bd78de1ee653c89647685936a14ba (diff)
downloadNim-acbb7ebc09d873292b122ed61730d0c972591c2d.tar.gz
fixes #4529
Diffstat (limited to 'tools/website.tmpl')
-rw-r--r--tools/website.tmpl4
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 &amp; Requests</a>
 					</div>