diff options
Diffstat (limited to 'files/ko/learn/javascript/objects')
-rw-r--r-- | files/ko/learn/javascript/objects/json/index.html | 2 | ||||
-rw-r--r-- | files/ko/learn/javascript/objects/test_your_skills_colon__json/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/learn/javascript/objects/json/index.html b/files/ko/learn/javascript/objects/json/index.html index a9d5751319..7a23471d38 100644 --- a/files/ko/learn/javascript/objects/json/index.html +++ b/files/ko/learn/javascript/objects/json/index.html @@ -320,7 +320,7 @@ myString</pre> <h2 id="실력을_시험해보자!">실력을 시험해보자!</h2> -<p> 당신은 이 글의 끝에 도달했지만 가장 중요한 정보들을 기억하고 있습니까? 다음 단계를 가기 전 당신이 얼마나 이 정보를 습득하고 있는지 확인할 수 있는 테스트를 할 수 있습니다. — <a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Test_your_skills:_JSON">Test your skills: JSON</a></p> +<p> 당신은 이 글의 끝에 도달했지만 가장 중요한 정보들을 기억하고 있습니까? 다음 단계를 가기 전 당신이 얼마나 이 정보를 습득하고 있는지 확인할 수 있는 테스트를 할 수 있습니다. — <a href="/ko/docs/Learn/JavaScript/Objects/Test_your_skills:_JSON">Test your skills: JSON</a></p> <h2 id="요약">요약</h2> diff --git a/files/ko/learn/javascript/objects/test_your_skills_colon__json/index.html b/files/ko/learn/javascript/objects/test_your_skills_colon__json/index.html index eff0af8858..467e6558e3 100644 --- a/files/ko/learn/javascript/objects/test_your_skills_colon__json/index.html +++ b/files/ko/learn/javascript/objects/test_your_skills_colon__json/index.html @@ -6,7 +6,7 @@ original_slug: Learn/JavaScript/Objects/얼마나_이해했는지_확인해보 --- <div>{{learnsidebar}}</div> -<p>이 테스트의 목표는 <a href="https://wiki.developer.mozilla.org/ko/docs/Learn/JavaScript/Objects/JSON">JSON으로 작업하기</a>를 잘 이해했는지 평가해보는 것입니다.</p> +<p>이 테스트의 목표는 <a href="/ko/docs/Learn/JavaScript/Objects/JSON">JSON으로 작업하기</a>를 잘 이해했는지 평가해보는 것입니다.</p> <div class="blockIndicator note"> <p><strong>Note</strong>: 아래에 있는 편집기를 사용해보세요. 테스트 중 막히면, 도움을 요청할 수 있습니다. 페이지 하단의 "평가 또는 추가 도움말" 을 참고하세요.</p> |