diff --git a/README.md b/README.md index 8f0ca1a877..7bba0fec66 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ The NuGet packages may require the **Microsoft.NETCore.Portable.Compatibility** ### Usage in C# -To register the [middlewares](https://github.com/RicoSuter/NSwag/wiki/AspNetCoreOpenApiDocumentGenerator) to generate a OpenAPI spec and render the UI, register NSwag in `Startup.cs`: +To register the [middlewares](https://github.com/RicoSuter/NSwag/wiki/AspNetCore-Middleware) to generate a OpenAPI spec and render the UI, register NSwag in `Startup.cs`: ```csharp public class Startup