summary refs log tree commit diff stats
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
parent0486114ec87bd78de1ee653c89647685936a14ba (diff)
downloadNim-acbb7ebc09d873292b122ed61730d0c972591c2d.tar.gz
fixes #4529
-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>
32:48 +0200 deleted web and dist' href='/ahoang/Nim/commit/tests/ecmas.nim?h=devel&id=972c51086152bd45aef4eb17c099fa3472a19d04'>972c51086 ^
e80465dac ^
93b3c03db ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24