Skip to content

Commit 4d1c6aa

Browse files
authored
Fix broken link in nodejs-debugging.md (#8451)
1 parent 6a0ec91 commit 4d1c6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nodejs/nodejs-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ These attributes are only available for launch configurations of request type `l
119119
* `program` - an absolute path to the Node.js program to debug.
120120
* `args` - arguments passed to the program to debug. This attribute is of type array and expects individual arguments as array elements.
121121
* `cwd` - launch the program to debug in this directory.
122-
* `runtimeExecutable` - absolute path to the runtime executable to be used. Default is `node`. See section [Launch configuration support for 'npm' and other tools](/docs/nodejs/nodejs-debugging-configuration.md#launch-configuration-support-for-npm-and-other-tools).
122+
* `runtimeExecutable` - absolute path to the runtime executable to be used. Default is `node`. See section [Launch configuration support for 'npm' and other tools](/docs/nodejs/nodejs-debugging.md#launch-configuration-support-for-npm-and-other-tools).
123123
* `runtimeArgs` - optional arguments passed to the runtime executable.
124124
* `runtimeVersion` - if "[nvm](https://github.com/creationix/nvm)" (or "[nvm-windows](https://github.com/coreybutler/nvm-windows)") or "[nvs](https://github.com/jasongin/nvs)" is used for managing Node.js versions, this attribute can be used to select a specific version of Node.js. See section [Multi version support](/docs/nodejs/nodejs-debugging.md#multi-version-support) below.
125125
* `env` - optional environment variables. This attribute expects environment variables as a list of string typed key/value pairs.

0 commit comments

Comments
 (0)