Skip to content

Commit ce38621

Browse files
committed
Fix internal doc link
1 parent bddf0f5 commit ce38621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $rateLimits = $client->api('graphql')->execute($query);
1111

1212
#### Authentication
1313

14-
To use [GitHub v4 API (GraphQL API)](http://developer.github.com/v4/) requests must [authenticated]((../security.md)).
14+
To use [GitHub v4 API (GraphQL API)](http://developer.github.com/v4/) requests must [authenticated](security.md).
1515

1616
```php
1717
$client->authenticate($token, null, Github\AuthMethod::ACCESS_TOKEN);

0 commit comments

Comments
 (0)