Skip to content

Commit

Permalink
Update doc image link
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Nov 22, 2023
1 parent 53e7782 commit de37875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/advanced-user-guide/reusable-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class PutMetadata extends OpenAPIRoute {

Then when running the server, it would get rendered like this:

![Reusable Parameters](https://raw.githubusercontent.com/cloudflare/itty-router-openapi/main/docs/reusable-parameters.png)
![Reusable Parameters](https://raw.githubusercontent.com/cloudflare/itty-router-openapi/main/docs/images/reusable-parameters.png)

The OpenAPI spec will also reflect this, by moving the schemas out of the endpoint and into the `components`:

Expand Down

0 comments on commit de37875

Please sign in to comment.