);
}
diff --git a/site-new/src/components/Hero.tsx b/site-new/src/components/Hero.tsx
index 9b51abf1a..89f086e71 100644
--- a/site-new/src/components/Hero.tsx
+++ b/site-new/src/components/Hero.tsx
@@ -15,9 +15,9 @@ function Hero({ subject, title, description, url }: HeroProps): JSX.Element {
return (
diff --git a/site-new/src/page-components/community/index.tsx b/site-new/src/page-components/community/index.tsx
index cb3958cb0..57e2eda23 100644
--- a/site-new/src/page-components/community/index.tsx
+++ b/site-new/src/page-components/community/index.tsx
@@ -19,17 +19,17 @@ const features = [
const explore = [
{
title: "Code of Conduct",
- url: "/open-source/code-of-conduct",
+ url: "/community/code-of-conduct",
text: "We’re building open protocols, standards, and libraries. Our projects are open source because we want everyone in the economy to benefit: individuals, businesses, institutions, and government.",
},
{
title: "Governance",
- url: "/open-source/governance",
+ url: "/community/governance",
text: "We’re building open protocols, standards, and libraries. Our projects are open source because we want everyone in the economy to benefit: individuals, businesses, institutions, and government.",
},
{
title: "Monthly Spotlight",
- url: "/open-source/monthly-spotlight",
+ url: "/community/spotlight",
text: "We’re building open protocols, standards, and libraries. Our projects are open source because we want everyone in the economy to benefit: individuals, businesses, institutions, and government.",
},
{