Skip to content

Commit f3e42bb

Browse files
fix(filters): invalid link to open api override (#2182)
1 parent f747e40 commit f3e42bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use ApiPlatform\Metadata\QueryParameter;
3636
class Book {}
3737
```
3838

39-
Note that `property` is used to document the Hydra view. You can also specify an [OpenAPI Parameter](https://api-platform.com/docs/references/OpenApi/Model/Parameter/) if needed.
39+
Note that `property` is used to document the Hydra view. You can also specify an [OpenAPI Parameter](https://api-platform.com/docs/guides/extend-openapi-documentation/) if needed.
4040
A Parameter can be linked to a filter, there are two types of filters:
4141

4242
- metadata filters, most common are serializer filters (PropertyFilter and GroupFilter) that alter the normalization context

0 commit comments

Comments
 (0)