Skip to content

Commit a5da684

Browse files
Park-Jongseokjamietanna
authored andcommitted
fix: correct anchor link for Request/response validation middleware
The heading contained a slash (/) which GitHub removes when generating anchors, causing broken links. Changed to "Request Response Validation Middleware" to match existing anchor links in the document.
1 parent aae687c commit a5da684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3216,7 +3216,7 @@ If you're using a specification with [Security Schemes](https://spec.openapis.or
32163216
> [!NOTE]
32173217
> Out-of-the-box, the server-side code generated by `oapi-codegen` does not provide security validation.
32183218
>
3219-
> To perform authentication, you will need to use the [validation middleware](#request-response-validation-middleware).
3219+
> To perform authentication, you will need to use the [validation middleware](#requestresponse-validation-middleware).
32203220
>
32213221
> In the future, we plan to [implement server-side validation in the generated code](https://github.com/oapi-codegen/oapi-codegen/issues/1524)
32223222

0 commit comments

Comments
 (0)