Skip to content

Commit

Permalink
chore: update ref to docs (🤖)
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-website-docs-updater[bot] committed May 17, 2024
1 parent fa295c9 commit 19eecc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/latest/api/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

Expand Down

0 comments on commit 19eecc8

Please sign in to comment.