We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddf0f5 commit ce38621Copy full SHA for ce38621
doc/graphql.md
@@ -11,7 +11,7 @@ $rateLimits = $client->api('graphql')->execute($query);
11
12
#### Authentication
13
14
-To use [GitHub v4 API (GraphQL API)](http://developer.github.com/v4/) requests must [authenticated]((../security.md)).
+To use [GitHub v4 API (GraphQL API)](http://developer.github.com/v4/) requests must [authenticated](security.md).
15
16
```php
17
$client->authenticate($token, null, Github\AuthMethod::ACCESS_TOKEN);
0 commit comments