Skip to content

Commit 15ba787

Browse files
authored
Merge pull request #356 from is2ei/fix-link
docs: fix a link to Hooks.md
2 parents 07c8fd5 + 1e66c5e commit 15ba787

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
@@ -222,7 +222,7 @@ fastify.post('/upload/file', async function (req, reply) {
222222

223223
## Parse all fields and assign them to the body
224224

225-
This allows you to parse all fields automatically and assign them to the `request.body`. By default files are accumulated in memory (Be careful!) to buffer objects. Uncaught errors are [handled](https://github.com/fastify/fastify/blob/master/docs/Hooks.md#manage-errors-from-a-hook) by Fastify.
225+
This allows you to parse all fields automatically and assign them to the `request.body`. By default files are accumulated in memory (Be careful!) to buffer objects. Uncaught errors are [handled](https://github.com/fastify/fastify/blob/main/docs/Reference/Hooks.md#manage-errors-from-a-hook) by Fastify.
226226

227227
```js
228228
fastify.register(require('@fastify/multipart'), { attachFieldsToBody: true })

0 commit comments

Comments
 (0)