From a6e3e32a2a4eed61cd3af1c364eed4e8bb902233 Mon Sep 17 00:00:00 2001 From: tenkirin <60653216+tenkirin@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:56:59 +0900 Subject: [PATCH] docs(cli): correct the link in --env-file=file section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/60563 Fixes: https://github.com/nodejs/node/issues/60562 Reviewed-By: Luigi Pinca Reviewed-By: Gürgün Dayıoğlu --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 8f425b0c8343b0..faf2de43fdf2e7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -4148,7 +4148,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12 [debugging security implications]: https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications [deprecation warnings]: deprecations.md#list-of-deprecated-apis [emit_warning]: process.md#processemitwarningwarning-options -[environment_variables]: #environment-variables +[environment_variables]: #environment-variables_1 [filtering tests by name]: test.md#filtering-tests-by-name [global setup and teardown]: test.md#global-setup-and-teardown [jitless]: https://v8.dev/blog/jitless