Skip to content

Commit 0cb4cc7

Browse files
committed
Fix link to graphiql
1 parent a54db0a commit 0cb4cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/graphql/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3>How can I test my queries during development?</h3>
5151
<p>
5252
Although you'll likely want to consume our API programmatically using a library in your language of choice,
5353
as you work on your integration, you may find it helpful to have a readily available UI for writing and running queries.
54-
For that, try out our <a href="https://app.codesignal.com/graphql">GraphQL Playground</a>, which is connected to our real API
54+
For that, try out our <a href="https://app.codesignal.com/graphiql">GraphQL Playground</a>, which is connected to our real API
5555
and provides a helpful interface that will make it easier for you to quickly spot and resolve syntax or schema issues in your queries.
5656
</p>
5757
<p>

0 commit comments

Comments
 (0)