From d23bd777f99df0f7af72968eea6799f49c322428 Mon Sep 17 00:00:00 2001 From: Paaksing Date: Wed, 6 Nov 2024 23:59:05 -0400 Subject: [PATCH] docs: fix dead link --- docs/guides/app-router-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/app-router-options.md b/docs/guides/app-router-options.md index cf18ec1..7c78081 100644 --- a/docs/guides/app-router-options.md +++ b/docs/guides/app-router-options.md @@ -39,5 +39,5 @@ All `Router` init options plus: | `openapiUrl?` | ``null`` \| `string` | Route path URL for serving the OpenAPI JSON document. | `"/openapi.json"` | | `swaggerUrl?` | ``null`` \| `string` | Route path URL for serving the Swagger interactive documentation. | `"/docs"` | | `redocUrl?` | ``null`` \| `string` | Route path URL for serving the ReDoc alternative documentation. | `"/redoc"` | -| `middleware?` | [`Middleware`](middleware.Middleware.md)\<`E`\>[] | List of middleware applied to the application | `[]` | +| `middleware?` | [`Middleware`](/reference/classes/middleware.Middleware.md)\<`E`\>[] | List of middleware applied to the application | `[]` | | `exceptionHandler?` | [`ExceptionHandler`](/reference/modules/types.md#exceptionhandler)\<`E`\> | Exception handler when an exception or error has occured during requests. | `baseExceptionHandler` |