Skip to content

Commit 378a37f

Browse files
authored
fix: [doc] Update URL to point to the existing page, change main to 2.6 branch (#1449)
Previous URL leads to 404
1 parent d4f9e38 commit 378a37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ To know more about cursor-based pagination take a look at [this blog post on med
337337

338338
## Controlling The Behavior of The Doctrine ORM Paginator
339339

340-
The [PaginationExtension](https://github.com/api-platform/core/blob/main/src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php) of API Platform performs some checks on the `QueryBuilder` to guess, in most common cases, the correct values to use when configuring the Doctrine ORM Paginator:
340+
The [PaginationExtension](https://github.com/api-platform/core/blob/2.6/src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php) of API Platform performs some checks on the `QueryBuilder` to guess, in most common cases, the correct values to use when configuring the Doctrine ORM Paginator:
341341

342342
* `$fetchJoinCollection` argument: Whether there is a join to a collection-valued association. When set to `true`, the Doctrine ORM Paginator will perform an additional query, in order to get the correct number of results.
343343

0 commit comments

Comments
 (0)