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
+6 -6
View File
@@ -9,12 +9,12 @@
<title>JavaScript engine for Internet of Things{% if page.title %}: {{ page.title }} {% endif %}</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/bootstrap.min.css" >
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/table.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/bytecode.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/block.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/main.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/img.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/bootstrap.min.css" >
<link rel="stylesheet" href="{{ site.github.url }}/css/table.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/bytecode.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/block.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/main.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/img.css">
<script>
window.addEventListener("hashchange", function() { scrollBy(0, -50) });