aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoretall <seongho4996@naver.com>2021-12-09 19:58:07 +0900
committerGitHub <noreply@github.com>2021-12-09 19:58:07 +0900
commit9aac62d554b9ef9802711ac8bacbba1be2041cca (patch)
tree93570ae41d63256c23a3dc9d1d30602be952bec1
parent44becca6a2bfa8436e61586e0a6d6a4e44b80c69 (diff)
downloadtranslated-content-9aac62d554b9ef9802711ac8bacbba1be2041cca.tar.gz
translated-content-9aac62d554b9ef9802711ac8bacbba1be2041cca.tar.bz2
translated-content-9aac62d554b9ef9802711ac8bacbba1be2041cca.zip
[ko] fix broken link (#3257)
fix the broken link to https://developer.mozilla.org/ko/docs/Learn/JavaScript/First_steps/Math in Korean document.
-rw-r--r--files/ko/learn/javascript/first_steps/variables/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/learn/javascript/first_steps/variables/index.html b/files/ko/learn/javascript/first_steps/variables/index.html
index d10eee4a52..a5b424d9b5 100644
--- a/files/ko/learn/javascript/first_steps/variables/index.html
+++ b/files/ko/learn/javascript/first_steps/variables/index.html
@@ -361,4 +361,4 @@ typeof(myNumber)</pre>
<p>지금까지 JavaScript의 변수란 무엇이며, 어떻게 생성하는지 알아보았습니다. 다음에는 JavaScript에서 숫자에 관해 자세히 살펴보고 기본 계산하는 방법을 알아보겠습니다.</p>
-<p>{{PreviousMenuNext("Learn/JavaScript/First_steps/What_went_wrong", "Learn/JavaScript/First_steps/Maths", "Learn/JavaScript/First_steps")}}</p>
+<p>{{PreviousMenuNext("Learn/JavaScript/First_steps/What_went_wrong", "Learn/JavaScript/First_steps/Math", "Learn/JavaScript/First_steps")}}</p>