Skip to content

Commit f0f360d

Browse files
committed
docs: update issue report links in 404 and 500 error pages to Korean docs repository
1 parent af9d1cf commit f0f360d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/404.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function NotFound() {
2020
<P>
2121
저희 잘못으로 인한 오류라면{', '}
2222
수정할 수 있도록{' '}
23-
<A href="https://github.com/reactjs/react.dev/issues/new">
23+
<A href="https://github.com/reactjs/ko.react.dev/issues/new">
2424
저희에게 알려주세요.
2525
</A>
2626
</P>

src/pages/500.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function NotFound() {
2020
<P>불편을 드려 죄송합니다.</P>
2121
<P>
2222
가능하시다면{' '}
23-
<A href="https://github.com/reactjs/react.dev/issues/new">
23+
<A href="https://github.com/reactjs/ko.react.dev/issues/new">
2424
버그를 신고
2525
</A>
2626
해주실 수 있으실까요?

0 commit comments

Comments
 (0)