Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function NotFound() {
<P>
저희 잘못으로 인한 오류라면{', '}
수정할 수 있도록{' '}
<A href="https://github.com/reactjs/react.dev/issues/new">
<A href="https://github.com/reactjs/ko.react.dev/issues/new">
저희에게 알려주세요.
</A>
</P>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/500.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function NotFound() {
<P>불편을 드려 죄송합니다.</P>
<P>
가능하시다면{' '}
<A href="https://github.com/reactjs/react.dev/issues/new">
<A href="https://github.com/reactjs/ko.react.dev/issues/new">
버그를 신고
</A>
해주실 수 있으실까요?
Expand Down