diff --git a/doc/api/v8.md b/doc/api/v8.md index 629fa5ee9425e8..9a4882b06b0ea9 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -247,7 +247,7 @@ added: REPLACEME The `v8.stopCoverage()` method allows the user to stop the coverage collection started by [`NODE_V8_COVERAGE`][], so that V8 can release the execution count records and optimize code. This can be used in conjunction with -`v8.takeCoverage()` if the user wants to collect the coverage on demand. +[`v8.takeCoverage()`][] if the user wants to collect the coverage on demand. ## `v8.writeHeapSnapshot([filename])`