Skip to content

Commit d8d3f28

Browse files
authored
docs(migration): fix broken link (#779)
Signed-off-by: Frazer Smith <[email protected]>
1 parent fb96f97 commit d8d3f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Following are the `@fastify/swagger-ui` options:
2121
| staticCSP | false | Enable CSP header for static resources. |
2222
| transformStaticCSP | undefined | Synchronous function to transform CSP header for static resources if the header has been previously set. |
2323
| uiConfig | {} | Configuration options for [Swagger UI](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md). Must be literal values, see [#5710](https://github.com/swagger-api/swagger-ui/issues/5710).|
24-
| uiHooks | {} | Additional hooks for the documentation's routes. You can provide the `onRequest` and `preHandler` hooks with the same [route's options](https://fastify.dev/docs/latest/Routes/#options) interface.|
24+
| uiHooks | {} | Additional hooks for the documentation's routes. You can provide the `onRequest` and `preHandler` hooks with the same [route's options](https://fastify.dev/docs/latest/Reference/Routes/#options) interface.|
2525

2626
The `baseDir` option is new and is only needed if external spec files should be
2727
exposed. `baseDir` option of `@fastify/swagger-ui` should be set to the same

0 commit comments

Comments
 (0)