Skip to content

Commit

Permalink
Fix hyperlink for async_hooks
Browse files Browse the repository at this point in the history
You probably want to point to the document itself, not its commit history
  • Loading branch information
tripu authored and ScottFreeCode committed Nov 23, 2017
1 parent 61fa539 commit 5752458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ The *default behavior* in v4.0.0 is `--no-exit`, where previously it was `--exit
To ensure your tests aren't leaving messes around, here are some ideas to get started:

- See the [Node.js guide to debugging](https://nodejs.org/en/docs/inspector/)
- Use the new [async_hooks](https://github.com/nodejs/node/commits/master/doc/api/async_hooks.md) API ([example](https://git.io/vdlNM))
- Use the new [`async_hooks`](https://github.com/nodejs/node/blob/master/doc/api/async_hooks.md) API ([example](https://git.io/vdlNM))
- Try something like [why-is-node-running](https://npm.im/why-is-node-running)
- Use [`.only`](#exclusive-tests) until you find the test that causes Mocha to hang

Expand Down

0 comments on commit 5752458

Please sign in to comment.