From 18da367676f4a1af4401a38118a071c3d87d8a68 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 12:04:37 +0200 Subject: [PATCH] docs: fix broken anchors (#42216) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Erick Zhao --- docs/api/environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/environment-variables.md b/docs/api/environment-variables.md index dd20cae33490..da7b9167f2f4 100644 --- a/docs/api/environment-variables.md +++ b/docs/api/environment-variables.md @@ -51,7 +51,7 @@ Unsupported options are: --http-parser ``` -If the [`nodeOptions` fuse](../tutorial/fuses.md#L27) is disabled, `NODE_OPTIONS` will be ignored. +If the [`nodeOptions` fuse](../tutorial/fuses.md#nodeoptions) is disabled, `NODE_OPTIONS` will be ignored. ### `NODE_EXTRA_CA_CERTS` @@ -61,7 +61,7 @@ See [Node.js cli documentation](https://github.com/nodejs/node/blob/main/doc/api export NODE_EXTRA_CA_CERTS=/path/to/cert.pem ``` -If the [`nodeOptions` fuse](../tutorial/fuses.md#L27) is disabled, `NODE_EXTRA_CA_CERTS` will be ignored. +If the [`nodeOptions` fuse](../tutorial/fuses.md#nodeoptions) is disabled, `NODE_EXTRA_CA_CERTS` will be ignored. ### `GOOGLE_API_KEY`