Skip to content

Commit 2a69fa8

Browse files
committed
Fix typo in docs
1 parent 7bafc24 commit 2a69fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This returns a [Document](objects-document.md) object which provided all content
6767

6868
### Working with a factory
6969

70-
You can set a custom [Factory](utils->factory.md) to the manager through the constructor.
70+
You can set a custom [Factory](utils-factory.md) to the manager through the constructor.
7171

7272
```php
7373
use Art4\JsonApiClient\Manager\ErrorAbortManager;

docs/utils-manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This returns a [Document](objects-document.md) object which provided all content
4646
4747
### Working with a factory
4848

49-
You can set a custom [Factory](utils->factory.md) to the manager through `setFactory()` or the constructor.
49+
You can set a custom [Factory](utils-factory.md) to the manager through `setFactory()` or the constructor.
5050

5151
```php
5252
$manager = new \Art4\JsonApiClient\Utils\Manager($factory);

0 commit comments

Comments
 (0)