Skip to content

Commit 3f84966

Browse files
author
Jessica Lord
committed
Merge pull request #92 from kohei-takata/fix_console_error_and_link
Fix console error and link
2 parents afa435d + 72b5529 commit 3f84966

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index-ja.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Git-itにようこそ!</h2>
3030
<p>Step-by-step instructions for each of the challenges in the <a href="http://github.com/jlord/git-it" target="_blank">Git-it workshop</a>.</p>
3131
<p>This guide comes with Git-it when you install it so it works offline and you can use it as a resource at anytime (see the instructions when you select a challenge in terminal). Have fun!</p>
3232

33-
<a href="challenges/get_git.html" id="get-started"><button class="teal full-width">Get Started!</button></a>
33+
<a href="challenges-ja/get_git.html" id="get-started"><button class="teal full-width">Get Started!</button></a>
3434

3535
<h2>Git-it チャレンジ</h2>
3636

@@ -64,6 +64,6 @@ <h2>Git-it チャレンジ</h2>
6464
</footer>
6565

6666
</div>
67-
<script src="./lib/app.js"></script>
67+
<script src="./lib/languages.js"></script>
6868
</body>
6969
</html>

index-zhtw.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<h2>歡迎來到 Git-it 台灣</h2>
3030
<p>Git-it 是一個教學 Git 和 GitHub 的終端機程式,這個網頁會給你每一個關卡的詳細教學。 <strong>就算沒有網路也是可以使用這份教學文件的唷</strong>!讓我們開始吧。</p>
3131

32+
<a href="challenges-zhtw/get_git.html" id="get-started"><button class="teal full-width">Get Started!</button></a>
33+
3234
<h2>Git-it 關卡</h2>
3335

3436
<ol class="toc">

0 commit comments

Comments
 (0)