diff options
Diffstat (limited to 'docs/guides/runtime/set-env.md')
-rw-r--r-- | docs/guides/runtime/set-env.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/runtime/set-env.md b/docs/guides/runtime/set-env.md index 97cac3488..684da940a 100644 --- a/docs/guides/runtime/set-env.md +++ b/docs/guides/runtime/set-env.md @@ -34,4 +34,4 @@ $ FOO=helloworld bun run dev --- -See [Docs > Runtime > Environment variables](/docs/cli/run#environment-variables) for more information on using environment variables with Bun. +See [Docs > Runtime > Environment variables](/docs/runtime/env) for more information on using environment variables with Bun. |