Skip to content

Commit e37a6aa

Browse files
authored
docs(event-handler): fixed SchemaValidationMiddleware link (#3247)
change relative link
1 parent dcd0d4d commit e37a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/api_gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ These are native middlewares that may become native features depending on custom
575575

576576
| Middleware | Purpose |
577577
| ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
578-
| [SchemaValidationMiddleware](/api/event_handler/middlewares/schema_validation.html){target="_blank"} | Validates API request body and response against JSON Schema, using [Validation utility](../../utilities/validation.md){target="_blank"} |
578+
| [SchemaValidationMiddleware](/lambda/python/latest/api/event_handler/middlewares/schema_validation.html){target="_blank"} | Validates API request body and response against JSON Schema, using [Validation utility](../../utilities/validation.md){target="_blank"} |
579579

580580
#### Being a good citizen
581581

0 commit comments

Comments
 (0)