diff --git a/docs/latest/api/environment-variables.md b/docs/latest/api/environment-variables.md index 1070ce8..9877f33 100644 --- a/docs/latest/api/environment-variables.md +++ b/docs/latest/api/environment-variables.md @@ -58,7 +58,7 @@ Unsupported options are: --http-parser ``` -If the [`nodeOptions` fuse](latest/tutorial/fuses.md#L27) is disabled, `NODE_OPTIONS` will be ignored. +If the [`nodeOptions` fuse](latest/tutorial/fuses.md#nodeoptions) is disabled, `NODE_OPTIONS` will be ignored. ### `NODE_EXTRA_CA_CERTS` @@ -68,7 +68,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](latest/tutorial/fuses.md#L27) is disabled, `NODE_EXTRA_CA_CERTS` will be ignored. +If the [`nodeOptions` fuse](latest/tutorial/fuses.md#nodeoptions) is disabled, `NODE_EXTRA_CA_CERTS` will be ignored. ### `GOOGLE_API_KEY`