diff options
author | YONGJAE LEE(이용재) <dev.yongjaelee@gmail.com> | 2021-10-10 19:36:55 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 19:36:55 +0900 |
commit | 85b365e7f03b0b11d73521aa86b1588a97495ab0 (patch) | |
tree | b990474ea0d4ff6451c50b65de23eef3a47e9c97 /files/ko/games/tutorials | |
parent | ce43f0ccd80c10d1a9a743eecfc525e9219427c2 (diff) | |
download | translated-content-85b365e7f03b0b11d73521aa86b1588a97495ab0.tar.gz translated-content-85b365e7f03b0b11d73521aa86b1588a97495ab0.tar.bz2 translated-content-85b365e7f03b0b11d73521aa86b1588a97495ab0.zip |
[ko] Fix 404 link Create_the_Canvas_and_draw_on_it kr (#2652)
Diffstat (limited to 'files/ko/games/tutorials')
-rw-r--r-- | files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html index 9b1a5fe86f..10d076e21b 100644 --- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html +++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/index.html @@ -51,6 +51,6 @@ original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽 <h2 id="다음_단계">다음 단계</h2> -<p>좋습니다, 이제 시작하도록 합시다. 첫 번째 챕터인 <a href="https://developer.mozilla.org/ko-KR/docs/Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기">캔버스 생성과 그리기</a> 부터 시작합니다.</p> +<p>좋습니다, 이제 시작하도록 합시다. 첫 번째 챕터인 <a href="https://developer.mozilla.org/ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript/Create_the_Canvas_and_draw_on_it">캔버스 생성과 그리기</a> 부터 시작합니다.</p> <p>{{Next("Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽돌깨기_게임/캔버스_생성과_그리기")}} </p> |