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 2394339 commit 98372abCopy full SHA for 98372ab
site/_core/HeaderLinks.js
@@ -12,7 +12,7 @@ const links = [
12
{ section: 'learn', text: 'Learn', href: '/learn/' },
13
{ section: 'code', text: 'Code', href: '/code/' },
14
{ section: 'community', text: 'Community', href: '/community/' },
15
- { section: 'spec', text: 'Spec', href: 'https://facebook.github.io/graphql/' },
+ { section: 'spec', text: 'Spec', href: 'https://graphql.github.io/graphql-spec/' },
16
{ section: 'codeofconduct', text: 'Code of Conduct', href: '/codeofconduct/' },
17
{ section: 'foundation', text: 'Foundation', href: 'https://foundation.graphql.org/' },
18
{ section: 'landscape', text: 'Landscape', href: 'https://l.graphql.org/' },
0 commit comments