Skip to content

Commit 1d788e4

Browse files
authoredJan 13, 2024
docs(readme): replace fastify.io links with fastify.dev (#425)
1 parent e6f6124 commit 1d788e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ A URL path prefix used to create a virtual mount path for the static directory.
124124
Default: `{}`
125125

126126
Constraints that will be added to registered routes. See Fastify's documentation for
127-
[route constraints](https://www.fastify.io/docs/latest/Reference/Routes/#constraints).
127+
[route constraints](https://www.fastify.dev/docs/latest/Reference/Routes/#constraints).
128128

129129
#### `prefixAvoidTrailingSlash`
130130

@@ -450,7 +450,7 @@ decorators.
450450

451451
If a request matches the URL `prefix` but a file cannot be found for the
452452
request, Fastify's 404 handler will be called. You can set a custom 404
453-
handler with [`fastify.setNotFoundHandler()`](https://www.fastify.io/docs/latest/Reference/Server/#setnotfoundhandler).
453+
handler with [`fastify.setNotFoundHandler()`](https://www.fastify.dev/docs/latest/Reference/Server/#setnotfoundhandler).
454454

455455
When registering `@fastify/static` within an encapsulated context, the `wildcard` option may need to be set to `false` in order to support index resolution and nested not-found-handler:
456456

0 commit comments

Comments
 (0)
Please sign in to comment.