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/install | |
parent | ee33d5ced49ceaa70a2e73da59351818a0b9fab3 (diff) | |
download | bun-e2fb524993137bce0a6d3a2a45783877efff4f82.tar.gz bun-e2fb524993137bce0a6d3a2a45783877efff4f82.tar.zst bun-e2fb524993137bce0a6d3a2a45783877efff4f82.zip |
Fix broken links
Diffstat (limited to 'docs/guides/install')
-rw-r--r-- | docs/guides/install/custom-registry.md | 2 | ||||
-rw-r--r-- | docs/guides/install/registry-scope.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/install/custom-registry.md b/docs/guides/install/custom-registry.md index 64b3cf76b..12bb3b77f 100644 --- a/docs/guides/install/custom-registry.md +++ b/docs/guides/install/custom-registry.md @@ -18,7 +18,7 @@ registry = "https://username:password@registry.npmjs.org" --- -Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/cli/run#environment-variables) for more information. +Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/runtime/env) for more information. ```toml#bunfig.toml [install] diff --git a/docs/guides/install/registry-scope.md b/docs/guides/install/registry-scope.md index 68d8cf942..aade23116 100644 --- a/docs/guides/install/registry-scope.md +++ b/docs/guides/install/registry-scope.md @@ -24,7 +24,7 @@ Bun does not read `.npmrc` files; instead private registries are configured via --- -Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/cli/run#environment-variables) for more information. +Your `bunfig.toml` can reference environment variables. Bun automatically loads environment variables from `.env.local`, `.env.[NODE_ENV]`, and `.env`. See [Docs > Environment variables](/docs/runtime/env) for more information. ```toml#bunfig.toml [install.scopes] |