Skip to content

Commit 7682f78

Browse files
committed
Fix URL to GitHub public GraphQL API (graphql#901)
1 parent fd9737e commit 7682f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Containers/Sections/WhosUsing/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const WhosUsing = () => {
2727
</a>
2828
{/**/}
2929
<a
30-
href="https://developer.github.com/v4/"
30+
href="https://docs.github.com/en/graphql"
3131
target="_blank"
3232
rel="noopener noreferrer"
3333
>

0 commit comments

Comments
 (0)