Skip to content

Commit 33e0e4c

Browse files
authored
Typo in link for footer GraphQL Specification
1 parent 6339243 commit 33e0e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const getLinks = (sourcePath: string): FooterLinks[] => [
5454
subsections: [
5555
{
5656
text: "GraphQL Specification",
57-
href: "/https://graphql.github.io/graphql-spec/",
57+
href: "https://graphql.github.io/graphql-spec/",
5858
},
5959
{ text: "GraphQL Foundation", href: "https://foundation.graphql.org/" },
6060
{

0 commit comments

Comments
 (0)