Skip to content

Commit 3847cdc

Browse files
authored
Update src/content/docs/workers/configuration/environment-variables.mdx
1 parent 193d512 commit 3847cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Select the **Secret** type if your environment variable is a [secret](/workers/c
100100
## Environment variables and Node.js compatibility
101101

102102
When you enable both the [`nodejs_compat`](/workers/runtime-apis/nodejs/) and
103-
[`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/)
103+
[`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/#nodejs_compat_populate_process_env)
104104
compatibility flags, and the `disallow_importable_env` compatibility flag is
105105
not set, environment variables will also be available via the global
106106
`process.env`. Note that the `nodejs_compat_populate_process_env` flag is

0 commit comments

Comments
 (0)