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)