Skip to content

Commit ed02e38

Browse files
Fix URL to GitHub public GraphQL API (graphql#901)
the original link took users to a page that had a header reading `The content on this site may be out of date. For the most accurate and up-to-date content` and directed them to go to the new link
1 parent 514d235 commit ed02e38

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
@@ -539,7 +539,7 @@ public class Character {
539539
<img src="/users/logos/twitter.png" title="Twitter" className="round" />
540540
</a>
541541
{/**/}
542-
<a href="https://developer.github.com/v4/" target="_blank" rel="noopener noreferrer">
542+
<a href="https://docs.github.com/en/graphql" target="_blank" rel="noopener noreferrer">
543543
<img src="/users/logos/github.png" title="GitHub" className="round" />
544544
</a>
545545
<a href="https://www.pinterest.com/" target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)