diff options
author | 2023-09-19 22:42:54 -0700 | |
---|---|---|
committer | 2023-09-19 22:42:54 -0700 | |
commit | e2fb524993137bce0a6d3a2a45783877efff4f82 (patch) | |
tree | f969c8d0d0271e34cf4c1957a83f6e00ba5ec4a5 /docs/guides/runtime | |
parent | ee33d5ced49ceaa70a2e73da59351818a0b9fab3 (diff) | |
download | bun-e2fb524993137bce0a6d3a2a45783877efff4f82.tar.gz bun-e2fb524993137bce0a6d3a2a45783877efff4f82.tar.zst bun-e2fb524993137bce0a6d3a2a45783877efff4f82.zip |
Fix broken links
Diffstat (limited to 'docs/guides/runtime')
-rw-r--r-- | docs/guides/runtime/read-env.md | 2 | ||||
-rw-r--r-- | docs/guides/runtime/set-env.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/runtime/read-env.md b/docs/guides/runtime/read-env.md index 512f731dd..7295a6726 100644 --- a/docs/guides/runtime/read-env.md +++ b/docs/guides/runtime/read-env.md @@ -29,4 +29,4 @@ FOOBAR=aaaaaa --- -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. 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. |