Fix links on main page

This commit is contained in:
Evgeny Gavrin 2015-06-26 17:43:22 +03:00
parent faefc3e5e3
commit fcbed56d94

View File

@ -18,6 +18,6 @@ permalink: /
</div>
<div class="learn_more">
<p>To learn more, please visit the <a href="http://github.com/Samsung/jerryscript">project on Github.</a></p>
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="https://github.com/Samsung/jerryscript/wiki">Getting Started</a> guides and <a href="https://github.com/Samsung/jerryscript/wiki/API">JerryScript APIs reference</a>. </p>
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="{{ site.baseurl }}/how-to/">Getting Started</a> guides and <a href="{{ site.baseurl }}/API">JerryScript APIs reference</a>. </p>
<p>Please, report all found bugs and request new features at <a href="https://github.com/Samsung/jerryscript/issues">JerryScript issue tracker</a>. Feel free to ask questions on <a href="https://github.com/Samsung/jerryscript/labels/question">issue tracker</a> and dont forget to label it with 'question' or 'discussion'.</p>
</div>