From e8dbadb1c6cd8c28da403185a4a966cccbefcc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=85browski?= Date: Sun, 14 Jun 2026 12:32:08 +0200 Subject: [PATCH] docs: fix dead php.net link for FILTER_VALIDATE_BOOLEAN --- core/pagination.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/pagination.md b/core/pagination.md index 851450429e8..8c9fe0870df 100644 --- a/core/pagination.md +++ b/core/pagination.md @@ -219,8 +219,8 @@ The pagination can now be enabled or disabled by adding a query parameter named - `GET /books?pagination=true`: enabled Any value accepted by the -[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.filters.validate.php) filter can be -used as the value. +[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.constants.php#constant.filter-validate-bool) +filter can be used as the value. ##### Allowing the Client to Control Pagination Globally with Laravel @@ -248,8 +248,8 @@ The pagination can now be enabled or disabled by adding a query parameter named - `GET /books?pagination=true`: enabled Any value accepted by the -[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.filters.validate.php) filter can be -used as the value. +[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.constants.php#constant.filter-validate-bool) +filter can be used as the value. #### Allowing the Client to Control Pagination For a Specific Resource