Fix broken links for github page website (#1340)

JerryScript-DCO-1.0-Signed-off-by: Ryan Youngtae Seo ryan@cworkers.kr
This commit is contained in:
Ryan y. Seo
2016-09-12 21:58:50 +09:00
committed by Tilmann Scheller
parent c19318b057
commit 7dcd1e5e9f
9 changed files with 36 additions and 29 deletions
+1 -1
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://samsung.github.io/jerryscript/getting-started/">Getting Started</a> guides and <a href="https://samsung.github.io/jerryscript/api-reference/">JerryScript APIs reference</a>. </p>
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="{{ site.github.url }}/getting-started/">Getting Started</a> guides and <a href="{{ site.github.url }}/api-reference/">JerryScript APIs reference</a>. </p>
<p>Please, report all bugs and feature requests on JerryScript <a href="https://github.com/Samsung/jerryscript/issues">issue tracker</a>. Feel free to ask questions on <a href="https://github.com/Samsung/jerryscript/labels/question">issue tracker</a>.</p>
</div>