Skip to content

Commit 2ab68bd

Browse files
authored
Old spec link 404s in footer
1 parent 98372ab commit 2ab68bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_core/Site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default ({ page, category, title, section, className, noSearch, children
8282
</div>
8383
<div>
8484
<h5>More</h5>
85-
<a href="https://facebook.github.io/graphql/" target="_blank" rel="noopener noreferrer">GraphQL Specification</a>
85+
<a href="https://graphql.github.io/graphql-spec/" target="_blank" rel="noopener noreferrer">GraphQL Specification</a>
8686
<a href="https://foundation.graphql.org/" target="_blank" rel="noopener noreferrer">GraphQL Foundation</a>
8787
<a href="https://github.com/graphql" target="_blank" rel="noopener noreferrer">GraphQL GitHub</a>
8888
{page && <a href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath} target="_blank" rel="noopener noreferrer">Edit this page &#x270E;</a>}

0 commit comments

Comments
 (0)