aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/runtime/set-env.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-19 22:42:54 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-09-19 22:42:54 -0700
commite2fb524993137bce0a6d3a2a45783877efff4f82 (patch)
treef969c8d0d0271e34cf4c1957a83f6e00ba5ec4a5 /docs/guides/runtime/set-env.md
parentee33d5ced49ceaa70a2e73da59351818a0b9fab3 (diff)
downloadbun-e2fb524993137bce0a6d3a2a45783877efff4f82.tar.gz
bun-e2fb524993137bce0a6d3a2a45783877efff4f82.tar.zst
bun-e2fb524993137bce0a6d3a2a45783877efff4f82.zip
Fix broken links
Diffstat (limited to 'docs/guides/runtime/set-env.md')
-rw-r--r--docs/guides/runtime/set-env.md2
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.