Skip to content

Commit

Permalink
Fix readme links (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiina authored Oct 15, 2024
1 parent f37bfd6 commit 7df10e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Examples/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 7df10e8

Please sign in to comment.