Skip to content

Commit 18cbb15

Browse files
authored
Footer link correction
The footer link should lead to: http://graphql.org/code/#server-libraries Instead of: http://graphql.org/code/#graphql-server-libraries
1 parent ccf5046 commit 18cbb15

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
@@ -68,7 +68,7 @@ export default ({ page, category, title, section, className, noSearch, children
6868
</div>
6969
<div>
7070
<h5><a href="/code">Code</a></h5>
71-
<a href="/code/#graphql-server-libraries">Servers</a>
71+
<a href="/code/#server-libraries">Servers</a>
7272
<a href="/code/#graphql-clients">Clients</a>
7373
<a href="/code/#tools">Tools</a>
7474
</div>

0 commit comments

Comments
 (0)