File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
7373use Art4\JsonApiClient\Manager\ErrorAbortManager;
Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments