Skip to content

Commit 0a7fec4

Browse files
committedJul 15, 2015
Fix features link
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 8a4421c commit 0a7fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎stories/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container">
1515
<h1>Nikola — Static Site Generator</h1>
1616
<p>In goes content, out comes a website, ready to deploy.</p>
17-
<p><a class="btn btn-primary btn-lg" href="/getting-started.html" role="button">Get started with Nikola &raquo;</a> <a class="btn btn-default btn-lg" href="/getting-started.html" role="button">Learn about Nikola features &raquo;</a></p>
17+
<p><a class="btn btn-primary btn-lg" href="/getting-started.html" role="button">Get started with Nikola &raquo;</a> <a class="btn btn-default btn-lg" href="/features/index.html" role="button">Learn about Nikola features &raquo;</a></p>
1818
<p><small>Nikola is written in Python (2.7+/3.3+). Free open-source software under the <a href="/license.html">MIT license</a>.</small></p>
1919
</div>
2020
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.