Skip to content

Commit 22ed822

Browse files
authored
menus.ts 업데이트
1 parent 1e24247 commit 22ed822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/menus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Menus: MenuType = {
3030
name: "파이콘 한국 행동 강령",
3131
onClick: ({ setOpenMenu }) => {
3232
setOpenMenu(false)
33-
window.open("https://2023.pycon.kr/coc/purpose", "_blank")
33+
window.open("https://pythonkr.github.io/pycon-code-of-conduct/ko/coc/a_intent_and_purpose.html", "_blank")
3434
},
3535
},
3636
{

0 commit comments

Comments
 (0)