### Is there an existing issue for this? - [X] I have searched the existing issues ### This is a CLI Docs Problem, not another kind of Docs Problem. - [X] This is a CLI Docs Problem. ### Description of Problem The page says: > Scripts are run by passing the line as a script argument to sh. But the CLI actually uses [the user's config option first](https://github.com/npm/cli/blob/716a07fde7905bb69e4c6f1991bb7289589a6669/lib/commands/run-script.js#L74), or if no config is set, [`cmd` on Windows, `sh` on others](https://github.com/npm/cli/blob/716a07fde7905bb69e4c6f1991bb7289589a6669/node_modules/%40npmcli/run-script/lib/make-spawn-args.js#L11). The hyperlinks go to the code responsible for those decisions. ### Potential Solution _No response_ ### Affected URL https://docs.npmjs.com/cli/v8/using-npm/scripts#exiting _Edit: Changed the code links to point to code as it was then instead of `latest`_