We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a865f commit 5a6cab2Copy full SHA for 5a6cab2
src/components/footer/index.tsx
@@ -50,7 +50,7 @@ const FOOTER_SECTIONS: FooterSection[] = [
50
{ title: "GitHub", route: "https://github.com/graphql" },
51
{
52
title: "Specification",
53
- route: "/spec",
+ route: "https://spec.graphql.org",
54
},
55
{ title: "Libraries & Tools", route: "/code" },
56
@@ -78,7 +78,7 @@ const FOOTER_SECTIONS: FooterSection[] = [
78
),
79
route: "/community/contribute/essential-links",
80
81
- { title: "Landscape", route: "/landscape" },
+ { title: "Landscape", route: "https://landscape.graphql.org" },
82
{ title: "Shop", route: "https://store.graphql.org/" },
83
],
84
0 commit comments