Skip to content

Commit

Permalink
docs(index): fix link for Error Handling section (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsan committed Mar 3, 2020
1 parent 886d2f9 commit 4a70d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -195,7 +195,7 @@ The difference between the two is that invoking `next()` with an Error object
allows you to leverage the server's [event
emitter](/components/server.md#errors). This enables you to handle all
occurrences of an error type using a common handler. See the [error
handling](#error handling) section for more details.
handling](#error-handling) section for more details.


Lastly, you can call `next.ifError(err)` with an Error object to cause restify
Expand Down

0 comments on commit 4a70d9a

Please sign in to comment.