Skip to content

Commit 6931484

Browse files
authored
Update API Platform’s demo link (#1819)
1 parent b21af1a commit 6931484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Extensions are specific to Doctrine and Elasticsearch-PHP, and therefore, the Do
66
reading support must be enabled to use this feature. If you use custom providers it's up to you to implement your own
77
extension system or not.
88

9-
You can find a working example of a custom extension using a pagination in the [API Platform's demo application](https://github.com/api-platform/demo/blob/main/api/src/State/Extension/TopBookPaginationExtension.php).
9+
You can find a working example of a custom extension in the [API Platform's demo application](https://github.com/api-platform/demo/blob/main/api/src/Doctrine/Orm/Extension/BookmarkQueryCollectionExtension.php).
1010

1111
## Custom Doctrine ORM Extension
1212

0 commit comments

Comments
 (0)