Skip to content

Commit a89ede6

Browse files
authored
Merge pull request #650 from PhilETaylor/patch-1
set correct path to security.md
2 parents dd7a935 + 2c70a8e commit a89ede6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/currentuser/publickeys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $key = $client->user()->keys()->show(1234);
1919

2020
### Add a public key to the authenticated user.
2121

22-
> Requires [authentication](security.md).
22+
> Requires [authentication](../security.md).
2323
2424
```php
2525
$key = $client->user()->keys()->create(array('title' => 'key title', 'key' => 12345));
@@ -29,7 +29,7 @@ Adds a key with title 'key title' to the authenticated user and returns a the cr
2929

3030
### Remove a public key from the authenticated user.
3131

32-
> Requires [authentication](security.md).
32+
> Requires [authentication](../security.md).
3333
3434
```php
3535
$client->user()->keys()->remove(12345);

0 commit comments

Comments
 (0)