summaryrefslogtreecommitdiff
path: root/examples/brochure
diff options
context:
space:
mode:
Diffstat (limited to 'examples/brochure')
-rw-r--r--examples/brochure/templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/brochure/templates/default.html b/examples/brochure/templates/default.html
index 8fb75cb..44d1cd0 100644
--- a/examples/brochure/templates/default.html
+++ b/examples/brochure/templates/default.html
@@ -11,7 +11,7 @@
<body>
<h1>MyAweSomeCompany - $title$</h1>
<div id="navigation">
- <a href="/index.html">Home</a>
+ <a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/code.html">Code</a>
</div>