Merge pull request #18 from acorncom/patch-1

Update link to the adapter file
This commit is contained in:
Toby Zerner 2021-02-25 09:01:26 +10:30 committed by GitHub
commit b25ac10be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ $type->attribute('name')
### Custom Adapters
For other ORMs or data persistence layers, you can [implement your own adapter](https://github.com/tobyz/json-api-server/blob/master/src/Adapter/AdapterInterface.php).
For other ORMs or data persistence layers, you can [implement your own adapter](https://github.com/tobyzerner/json-api-server/blob/master/src/Adapter/AdapterInterface.php).