Skip to content

Commit 5a6cab2

Browse files
committed
Fix links
1 parent 63a865f commit 5a6cab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/footer/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const FOOTER_SECTIONS: FooterSection[] = [
5050
{ title: "GitHub", route: "https://github.com/graphql" },
5151
{
5252
title: "Specification",
53-
route: "/spec",
53+
route: "https://spec.graphql.org",
5454
},
5555
{ title: "Libraries & Tools", route: "/code" },
5656
{
@@ -78,7 +78,7 @@ const FOOTER_SECTIONS: FooterSection[] = [
7878
),
7979
route: "/community/contribute/essential-links",
8080
},
81-
{ title: "Landscape", route: "/landscape" },
81+
{ title: "Landscape", route: "https://landscape.graphql.org" },
8282
{ title: "Shop", route: "https://store.graphql.org/" },
8383
],
8484
},

0 commit comments

Comments
 (0)