diff --git a/core/extensions.md b/core/extensions.md index 2b4ad229d2b..d7d3ab0af45 100644 --- a/core/extensions.md +++ b/core/extensions.md @@ -6,7 +6,7 @@ Extensions are specific to Doctrine and Elasticsearch-PHP, and therefore, the Do reading support must be enabled to use this feature. If you use custom providers it's up to you to implement your own extension system or not. -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). +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). ## Custom Doctrine ORM Extension