diff options
Diffstat (limited to 'docs/guides/install/registry-scope.md')
-rw-r--r-- | docs/guides/install/registry-scope.md | 2 |
1 files changed, 1 insertions, 1 deletions
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] |