Skip to content

Commit f130e0e

Browse files
authored
docs: fix dead php.net link for FILTER_VALIDATE_BOOLEAN (#2305)
1 parent 5263fa7 commit f130e0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

core/pagination.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ The pagination can now be enabled or disabled by adding a query parameter named
219219
- `GET /books?pagination=true`: enabled
220220

221221
Any value accepted by the
222-
[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.filters.validate.php) filter can be
223-
used as the value.
222+
[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.constants.php#constant.filter-validate-bool)
223+
filter can be used as the value.
224224

225225
##### Allowing the Client to Control Pagination Globally with Laravel
226226

@@ -248,8 +248,8 @@ The pagination can now be enabled or disabled by adding a query parameter named
248248
- `GET /books?pagination=true`: enabled
249249

250250
Any value accepted by the
251-
[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.filters.validate.php) filter can be
252-
used as the value.
251+
[`FILTER_VALIDATE_BOOLEAN`](https://www.php.net/manual/en/filter.constants.php#constant.filter-validate-bool)
252+
filter can be used as the value.
253253

254254
#### Allowing the Client to Control Pagination For a Specific Resource
255255

0 commit comments

Comments
 (0)