Skip to content

Commit 98372ab

Browse files
authored
Old spec link 404s
1 parent 2394339 commit 98372ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_core/HeaderLinks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const links = [
1212
{ section: 'learn', text: 'Learn', href: '/learn/' },
1313
{ section: 'code', text: 'Code', href: '/code/' },
1414
{ section: 'community', text: 'Community', href: '/community/' },
15-
{ section: 'spec', text: 'Spec', href: 'https://facebook.github.io/graphql/' },
15+
{ section: 'spec', text: 'Spec', href: 'https://graphql.github.io/graphql-spec/' },
1616
{ section: 'codeofconduct', text: 'Code of Conduct', href: '/codeofconduct/' },
1717
{ section: 'foundation', text: 'Foundation', href: 'https://foundation.graphql.org/' },
1818
{ section: 'landscape', text: 'Landscape', href: 'https://l.graphql.org/' },

0 commit comments

Comments
 (0)