Skip to content

Commit

Permalink
[docs] Fix broken links (#866)
Browse files Browse the repository at this point in the history
they old links were referring to a deleted branch
  • Loading branch information
danielberndt authored and delvedor committed Mar 29, 2018
1 parent 77cedf2 commit 8491872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Reply.md
Expand Up @@ -158,10 +158,10 @@ fastify.get('/', function (request, reply) {
})
```

If you want to completely customize the error response, checkout [`setErrorHandler`](https://github.com/fastify/fastify/blob/error-docs/docs/Server-Methods.md#seterrorhandler) API.
If you want to completely customize the error response, checkout [`setErrorHandler`](https://github.com/fastify/fastify/blob/master/docs/Server-Methods.md#seterrorhandler) API.

Errors with a `status` or `statusCode` property equal to `404` will be routed to the not found handler.
See [`server.setNotFoundHandler`](https://github.com/fastify/fastify/blob/error-docs/docs/Server-Methods.md#setnotfoundhandler)
See [`server.setNotFoundHandler`](https://github.com/fastify/fastify/blob/master/docs/Server-Methods.md#setnotfoundhandler)
API to learn more about handling such cases:

```js
Expand Down

0 comments on commit 8491872

Please sign in to comment.