From 4f2523697c54b36cd332de23e8193bdc56564c32 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sat, 5 Nov 2016 15:37:36 +0100 Subject: [PATCH] doc: fix link to cli.md in vm.md Looks like the link to cli.md is missing in vm.md: https://nodejs.org/api/vm.html#vm_vm_runindebugcontext_code Added the link which can be verified by using the following commands: $ make doc $ open out/doc/api/vm.html PR-URL: https://github.com/nodejs/node/pull/9481 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- doc/api/vm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/vm.md b/doc/api/vm.md index be3a490336b62b..a62923c2a1a317 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -297,7 +297,7 @@ console.log(Debug.findScript(process.exit).name); // 'internal/process.js' implementation and may change (or even be removed) without prior warning. The `Debug` object can also be made available using the V8-specific -`--expose_debug_as=` [command line option][cli.md]. +`--expose_debug_as=` [command line option][]. ## vm.runInNewContext(code[, sandbox][, options])