Navigation Menu

Skip to content

Commit

Permalink
Fix features link
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 15, 2015
1 parent 8a4421c commit 0a7fec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/index.html
Expand Up @@ -14,7 +14,7 @@
<div class="container">
<h1>Nikola — Static Site Generator</h1>
<p>In goes content, out comes a website, ready to deploy.</p>
<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>
<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>
<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>
</div>
</div>
Expand Down

0 comments on commit 0a7fec4

Please sign in to comment.