Skip to content

Commit fd2e776

Browse files
authored
docs(readme): remove link to old send (#496)
Signed-off-by: Frazer Smith <[email protected]>
1 parent be36233 commit fd2e776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ If the function returns `false`, Fastify's 404 handler will be called.
216216

217217
Default: `undefined`
218218

219-
Under the hood we use [send](https://github.com/pillarjs/send#index) lib that by default supports "index.html" files.
219+
Under the hood we use [`@fastify/send`](https://www.npmjs.com/package/@fastify/send) lib that by default supports "index.html" files.
220220
To disable this set false or to supply a new index pass a string or an array in preferred order.
221221

222222
#### `serveDotFiles`

0 commit comments

Comments
 (0)