From 736ee9cb8378a82109bfababbb83bb67958a684d Mon Sep 17 00:00:00 2001 From: Kiina Date: Tue, 15 Oct 2024 12:16:07 +0200 Subject: [PATCH] FIx readme links --- Examples/Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Examples/Readme.md b/Examples/Readme.md index fe7cbd4a..dbace326 100644 --- a/Examples/Readme.md +++ b/Examples/Readme.md @@ -61,11 +61,10 @@ class MyCustomProcessor * **schema-query-parameter processor** - Same as the `schema-query-parameter` processor but uses php attributes instead of annotations. A processor that takes a vendor tag (expecting a schema `#ref`) and injects all properties of that given schema as - query parameter to the [request definition](processors/schema-query-parameter-attributes/SchemaQueryParameter.php). + query parameter to the [request definition](processors/schema-query-parameter/SchemaQueryParameter.php). - [source](processors/schema-query-parameter-attributes) + [source](processors/schema-query-parameter) * **sort-components processor**