From df405047151515e3ca8507fdf138002d9fb720d8 Mon Sep 17 00:00:00 2001 From: BellStone <47925447+Park-Jongseok@users.noreply.github.com> Date: Sat, 28 Jun 2025 15:20:58 +0900 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbeb6df669..a0783c0c13 100644 --- a/README.md +++ b/README.md @@ -3216,7 +3216,7 @@ If you're using a specification with [Security Schemes](https://spec.openapis.or > [!NOTE] > Out-of-the-box, the server-side code generated by `oapi-codegen` does not provide security validation. > -> To perform authentication, you will need to use the [validation middleware](#request-response-validation-middleware). +> To perform authentication, you will need to use the [validation middleware](#requestresponse-validation-middleware). > > In the future, we plan to [implement server-side validation in the generated code](https://github.com/oapi-codegen/oapi-codegen/issues/1524)