Skip to content

Commit ba68447

Browse files
authored
[minor] point github logo @ graphql api landing page
it's easy for folks to get lost off the main site, thought it might be helpful to point them at our landing page for graphql in the dev site
1 parent a802fea commit ba68447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ public class Character {
543543
<img src="/img/logos/twitter.png" title="Twitter" className="round" />
544544
</a>
545545
{/**/}
546-
<a href="https://github.com/" target="_blank">
546+
<a href="https://developer.github.com/early-access/graphql" target="_blank">
547547
<img src="/img/logos/github.png" title="GitHub" className="round" />
548548
</a>
549549
{/** /}

0 commit comments

Comments
 (0)