Skip to content

Commit

Permalink
Update link to hapi’s API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sholladay committed Sep 12, 2019
1 parent ff5b216 commit 0bb9479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ handleQuit(() => {

Note that calling [`process.exit()`](https://nodejs.org/api/process.html#process_process_exit_code) is discouraged. Instead, you should close any server and database connections and let Node exit on its own, which it does automatically when it has no more work left to do.

If you are worried about the process hanging and never cleanly exiting, you are encouraged to use your framework's [stop timeout](https://hapijs.com/api#-await-serverstopoptions).
If you are worried about the process hanging and never cleanly exiting, you are encouraged to use your framework's [stop timeout](https://hapi.dev/api/#server.stop()).

## Use with PM2

Expand Down

0 comments on commit 0bb9479

Please sign in to comment.