Skip to content

Commit 5e29358

Browse files
authored
Merge pull request graphql#272 from kalinchernev/patch-1
Footer link correction
2 parents ccf5046 + 18cbb15 commit 5e29358

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)