Skip to content

Commit 11fb1b7

Browse files
authored
Update Code of Conduct link in Footer component
Current site has broken code of conduct link
1 parent 4cc76ae commit 11fb1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const LINKS = [
1111
},
1212
{
1313
title: "Code of Conduct",
14-
href: "https://github.com/denoland/fresh/blob/main/CODE_OF_CONDUCT.md",
14+
href: "https://github.com/denoland/fresh/blob/main/.github/CODE_OF_CONDUCT.md",
1515
},
1616
];
1717

0 commit comments

Comments
 (0)